Skip to content

Commit

Permalink
modify bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjandrews committed Jun 16, 2017
1 parent 3d65c5d commit be3337c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Usage: bin/ci [setup]
set -e

Expand Down
2 changes: 1 addition & 1 deletion bin/wait-for-postgres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# wait-for-postgres
set -e

Expand Down

0 comments on commit be3337c

Please sign in to comment.