summaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sync')
-rwxr-xr-xsync/griff1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/griff b/sync/griff
index 60528f5..7398115 100755
--- a/sync/griff
+++ b/sync/griff
@@ -46,6 +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
;;
esac
fi