summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-03-20 02:55:34 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-03-20 02:55:34 -0700
commit56aeb85589d4229fe11d2c522160eeb7b420c572 (patch)
treea09f1f33ed2fbba7910b097aaf5ff3867e2a9d6a
parentca438405872705d8c7e20c14c9216d41529d7994 (diff)
Actually fix the bug, lol
-rwxr-xr-x.local/bin/sbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sbg b/.local/bin/sbg
index 259a4d6..8cb959e 100755
--- a/.local/bin/sbg
+++ b/.local/bin/sbg
@@ -119,7 +119,7 @@ list_files_add_mod(){
# Either add the new timestamp on the
# second column (mod) or keep the old line.
if [ $fn_ts -gt $fo_ts ]
- then echo $fo_ts $fn_ts $fn
+ then echo $fo_ts $fn_ts $fn_n
else echo $fo_line
fi
else