mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
fix substitution
This commit is contained in:
@@ -193,7 +193,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
echo "# RELEASE CANDIDATE: using dev branch"
|
||||
GITHUB_BRANCH="dev"
|
||||
else
|
||||
GITHUB_BRANCH="blitz-${$activeBranch}"
|
||||
GITHUB_BRANCH="blitz-${activeBranch}"
|
||||
fi
|
||||
|
||||
GITHUB_COMMITORTAG=""
|
||||
|
||||
Reference in New Issue
Block a user