Skip to content

Commit

Permalink
fix build-static.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 1, 2023
1 parent 6e03600 commit 0d987a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elif [ -d ".git/" ]; then
CURRENT_REF="$(git rev-parse --abbrev-ref HEAD)"
export CURRENT_REF

if echo "$FRANKENPHP_VERSION" | grep -q "."; then
if echo "$FRANKENPHP_VERSION" | grep -F -q "."; then
# Tag
git checkout "v$FRANKENPHP_VERSION"
else
Expand Down

0 comments on commit 0d987a4

Please sign in to comment.