Skip to content

Commit 835a563

Browse files
committed
remove unnecessary tabs
1 parent e8d6778 commit 835a563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-static.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ elif [ -d ".git/" ]; then
9090

9191
if echo "${FRANKENPHP_VERSION}" | grep -F -q "."; then
9292
# Tag
93-
93+
9494
# Trim "v" prefix if any
9595
FRANKENPHP_VERSION=${FRANKENPHP_VERSION#v}
9696
export FRANKENPHP_VERSION
97-
97+
9898
git checkout "v${FRANKENPHP_VERSION}"
9999
else
100100
git checkout "${FRANKENPHP_VERSION}"

0 commit comments

Comments
 (0)