We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386ec8b commit adf2169Copy full SHA for adf2169
tool/release_helper.sh
@@ -45,8 +45,8 @@ echo "------------------------"
45
echo "RELEASE HELPER FINISHED"
46
echo "The branches created are as follows:"
47
echo
48
-echo "DEVTOOLS_CLEAN_BRANCH=\"$CLEAN_BRANCH\""
49
-echo "DEVTOOLS_NEXT_BRANCH=\" $NEXT_BRANCH\""
+echo "DEVTOOLS_CLEAN_BRANCH=\"$CLEAN_BRANCH\";"
+echo "DEVTOOLS_NEXT_BRANCH=\"$NEXT_BRANCH\";"
50
51
export DEVTOOLS_CLEAN_BRANCH="$CLEAN_BRANCH"
52
export DEVTOOLS_NEXT_BRANCH="$NEXT_BRANCH"
0 commit comments