Skip to content

Commit

Permalink
Bash typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed May 4, 2020
1 parent 09db717 commit 5d9a72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/env bash
#! /usr/bin/env bash

# docker-compose reads from env
cp .env.prod .env
Expand Down
2 changes: 1 addition & 1 deletion develop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/env bash
#! /usr/bin/env bash

# docker-compose reads from env
cp .env.dev .env
Expand Down

0 comments on commit 5d9a72e

Please sign in to comment.