This commit is contained in:
th33xitus
2020-07-26 15:16:29 +02:00
parent e5e135c68b
commit da57fe7ccc

View File

@@ -157,7 +157,7 @@ read_remote_klipper_commit(){
if [ "$GET_BRANCH" == "origin/master" ]; then
git fetch origin master -q
else
git fetch $GET_BRANCH -q
git fetch $(echo "$GET_BRANCH" | cut -d"/" -f1) -q
fi
REMOTE_COMMIT=$(git rev-parse --short=8 $GET_BRANCH)
else