Skip to content

Commit 3546677

Browse files
Merge pull request #217 from CodeForPhilly/issue_86
Fix for my previous 'fix' to `script/server` shebang (issue 86)
2 parents 1ecdff6 + d77a5b2 commit 3546677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/server

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

33
# script/server: Launch the application and any extra required processes
44
# locally.

0 commit comments

Comments
 (0)