diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-29 00:09:41 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-29 00:09:41 -0600 |
commit | eb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f (patch) | |
tree | 591263583d8fa5e0f07954c955c1ce67976a34ae /sync/griff | |
parent | 9d9f9a01bcf2af71f86a7c9c692207bd264e7cf9 (diff) | |
download | scripts-eb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f.tar.xz scripts-eb0ec035d14325a6b7bbb4fa3fe294a7beee2b9f.zip |
fix commit messages for more than one repo
Diffstat (limited to 'sync/griff')
-rwxr-xr-x | sync/griff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |