Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from havocp/master
Browse files Browse the repository at this point in the history
backslash-escape PLAY_OPTS in bin/release
  • Loading branch information
tkral committed Aug 24, 2011
2 parents 22ebc7e + c94ec54 commit 3e51f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Expand Up @@ -16,6 +16,6 @@ EOF
if [ ! -f $BUILD_DIR/Procfile ]; then
cat <<EOF
default_process_types:
web: play run --http.port=\$PORT $PLAY_OPTS
web: play run --http.port=\$PORT \$PLAY_OPTS
EOF
fi

0 comments on commit 3e51f0a

Please sign in to comment.