Skip to content

Commit 8ff962e

Browse files
authored
Merge pull request #3 from vtex/fix/entrypoint
Fix typo on entrypoint
2 parents 40ae2ab + c74ac3f commit 8ff962e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AUT=${VTEX_AUTHENTICATE:-true}
3030
[[ -n $CHECK ]] && AUT='false'
3131

3232
# Show toolbelt version used as GitHub notice
33-
VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$VBCH]"
33+
VERSION="$($BIN --version) [from https://github.com/$GIT/tree/$BCH]"
3434
echo ::notice title=Toolbelt version used::$VERSION
3535

3636
# If VTEX_AUTHENTICATE is true
@@ -71,4 +71,4 @@ if [[ $AUT == 'true' ]]; then
7171
echo $CHECK
7272
else
7373
echo "===> Authentication process skipped."
74-
fi
74+
fi

0 commit comments

Comments
 (0)