Repaired self-upgrade

1.1
Lukas Macura 2016-04-14 10:04:45 +02:00
parent 781f1f0bc0
commit df7c5f56dd
1 changed files with 1 additions and 1 deletions

2
zaf
View File

@ -236,7 +236,7 @@ self-upgrade)
then
zaf_err "Curl not found. Cannot continue. Please install it."
fi
zaf_fetch_url $ZAF_RAW_URL/$ZAF_VERSION/install.sh | exec sh -s $auto "$@"
zaf_fetch_url $ZAF_RAW_URL/$ZAF_GITBRANCH/install.sh | exec sh -s $auto "$@"
exit
;;