Skip to content

Commit fe2111c

Browse files
committed
Escape the dollar sign
1 parent 944dd70 commit fe2111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cat << EOF
55
addons:
66
- heroku-postgresql:dev
77
default_process_types:
8-
web: mix server -p $PORT
8+
web: mix server -p \$PORT
99
config_vars:
1010
PATH: /app/erlang/bin:/app/elixir/bin:bin:/usr/bin:/bin
1111
MIX_ENV: prod

0 commit comments

Comments
 (0)