summaryrefslogtreecommitdiff
path: root/sync/griff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-11-29 00:09:41 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2021-11-29 00:09:41 -0600
commiteb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f (patch)
tree591263583d8fa5e0f07954c955c1ce67976a34ae /sync/griff
parent9d9f9a01bcf2af71f86a7c9c692207bd264e7cf9 (diff)
downloadscripts-eb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f.tar.xz
scripts-eb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f.zip
fix commit messages for more than one repo
Diffstat (limited to 'sync/griff')
-rwxr-xr-xsync/griff2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/griff b/sync/griff
index 7398115..549b108 100755
--- a/sync/griff
+++ b/sync/griff
@@ -46,7 +46,7 @@ rddiff() {
git add . && git commit -m "$commitmsg" && git push \
&& echo "$GRN[Changes to repo $name successfully pushed!]$NORM" \
|| echo "$RED[An error occured while pushing changes to repo $name!]$NORM"
- clear commitmsg
+ commitmsg=""
;;
esac
fi