summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhome/xyz/.local/bin/gita2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita
index c5179f36..9e445761 100755
--- a/home/xyz/.local/bin/gita
+++ b/home/xyz/.local/bin/gita
@@ -11,7 +11,7 @@ while getopts cls f; do
done
shift $((OPTIND-1))
-mes="${1:-upgrade}"
+mes="${1:-update}"
$cmd add -u
$cmd commit -m "$mes"