From ae4a725764a10115064e8064690044607bbb83b1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 2 Feb 2023 14:54:00 +0100 Subject: [PATCH] clarify branch name in update script --- scripts/update-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-core.sh b/scripts/update-core.sh index fe3424096..3324e5af8 100755 --- a/scripts/update-core.sh +++ b/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