Skip to content

Commit

Permalink
fix(scripts): correct shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Aug 19, 2022
1 parent e63894c commit 00082f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! usr/bin/env bash
#!/usr/bin/env bash
set -eux

# run database migrations
Expand Down
2 changes: 1 addition & 1 deletion bin/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! usr/bin/env bash
#!/usr/bin/env bash
set -eux

# initialize Flask
Expand Down

0 comments on commit 00082f6

Please sign in to comment.