We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d6778 commit 835a563Copy full SHA for 835a563
1 file changed
build-static.sh
@@ -90,11 +90,11 @@ elif [ -d ".git/" ]; then
90
91
if echo "${FRANKENPHP_VERSION}" | grep -F -q "."; then
92
# Tag
93
-
+
94
# Trim "v" prefix if any
95
FRANKENPHP_VERSION=${FRANKENPHP_VERSION#v}
96
export FRANKENPHP_VERSION
97
98
git checkout "v${FRANKENPHP_VERSION}"
99
else
100
git checkout "${FRANKENPHP_VERSION}"
0 commit comments