aboutsummaryrefslogtreecommitdiff
path: root/bin/td.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:19:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:29:17 +1300
commit0c84989ca0b97ca1d075e7a304a407553e34381d (patch)
tree2188a585aef6ed345b1c575da6f63445baabf522 /bin/td.sh
parentAdd clarifying comment (diff)
downloaddotfiles-0c84989ca0b97ca1d075e7a304a407553e34381d.tar.gz
dotfiles-0c84989ca0b97ca1d075e7a304a407553e34381d.zip
Clarify control flow in shell scripts
Diffstat (limited to 'bin/td.sh')
-rw-r--r--bin/td.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/td.sh b/bin/td.sh
index fb5610c5..ef0be618 100644
--- a/bin/td.sh
+++ b/bin/td.sh
@@ -28,4 +28,4 @@ git add -- "$file"
# If there are changes to commit, commit them
git diff-index --quiet HEAD 2>/dev/null ||
-git commit --message 'Changed by td(1df)' --quiet
+ git commit --message 'Changed by td(1df)' --quiet