Преглед на файлове

clarify branch name in update script

B. Petersen преди 2 години
родител
ревизия
ad22d75841
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/update-core.sh

+ 1 - 1
scripts/update-core.sh

@@ -4,7 +4,7 @@ OLD=`git branch --show-current`
 if [ $# -eq 0 ]; then
     echo "updates deltachat-core-rust submodule to last commit of a branch."
     echo "usage: ./scripts/update-core.sh BRANCH_NAME"
-    echo "old branch: $OLD"
+    echo "current branch: $OLD"
     exit
 fi
 BRANCH=$1