Skip to content

Commit 1b53861

Browse files
committed
Bug fixed
1 parent 22b5ece commit 1b53861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chmod 755 box.phar
2525
# Without the following step, we cannot checkout the gh-pages branch due to
2626
# file conflicts:
2727
mv jose.phar jose.phar.tmp
28-
reset --hard HEAD
28+
git reset --hard HEAD
2929

3030
# Checkout gh-pages and add PHAR file and version:
3131
git checkout -b gh-pages deploy/gh-pages

0 commit comments

Comments
 (0)