Skip to content

Commit 27d6b7f

Browse files
committed
fix push shebang
1 parent a741355 commit 27d6b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

push.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#/bin/sh
1+
#!/bin/sh
2+
23
git push origin master
34
git push origin master:gh-pages

0 commit comments

Comments
 (0)