Skip to content

Commit ed3589b

Browse files
committed
cs
1 parent 4af6066 commit ed3589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ -f dist/cache_key ] && [ "$(cat dist/cache_key)" = "${cache_key}" ] && [ -f
8282
else
8383
mkdir -p dist/
8484
cd dist/
85-
echo -n "${cache_key}" > cache_key
85+
echo -n "${cache_key}" >cache_key
8686

8787
if [ -d "static-php-cli/" ]; then
8888
cd static-php-cli/

0 commit comments

Comments
 (0)