Skip to content

Commit 3b1fd62

Browse files
committed
Use sh as interpreter
No bash-specific feature is used, so deploy script will work in every POSIX OS, even when bash isn't installed.
1 parent d54d874 commit 3b1fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
rev=$(git rev-parse --short HEAD)
44

0 commit comments

Comments
 (0)