]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Fix: rsup enhancements (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:58:28 +0000 (20:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:58:28 +0000 (20:58 -0300)
rsup

diff --git a/rsup b/rsup
index 207d3d869427096f86f07d715115a5327bed2be7..0fc89ae1accfc04c20fe0f602bb327be158e6182 100755 (executable)
--- a/rsup
+++ b/rsup
@@ -42,7 +42,7 @@ function upward_commit {
   if [ "$found" == "1" ]; then
     base="$(basename `pwd`)"
     log="`git log -1 --oneline`"
-    message="Updates $BASE: $LOG"
+    message="Updates $base: $log"
 
     ( cd .. &> /dev/null && $GIT add -f $base )