Skip to content

Commit 44c97fb

Browse files
committed
Add shebang on bin/heroku-release command
(non Heroku environments will not implicitly run bash)
1 parent b57670b commit 44c97fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/heroku-release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
# Release command which handles initial database bootstrap as well as subsequent migrations. Based on:
24
# https://gist.github.com/stevenharman/98576bf49b050b9e59fb26626b7cceff#file-bin-heroku_release-sh
35

0 commit comments

Comments
 (0)