Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Sep 19, 2023
1 parent f8ca59d commit 14e785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if $NEEDS_PUSH; then
git push --force --tags origin HEAD:"$GIT_BRANCH"
fi

if [[ -e ./ci-build/build-end.sh ]] then
if [[ -e ./ci-build/build-end.sh ]]; then
echo -e "--- Invking build-end.sh hook ----"
. ./ci-build/build-end.sh
fi
Expand Down

0 comments on commit 14e785b

Please sign in to comment.