Skip to content

Commit

Permalink
Temp change release
Browse files Browse the repository at this point in the history
  • Loading branch information
aktasonur committed Oct 21, 2013
1 parent 2f57443 commit 7e76320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOF
if is_play $BUILD_DIR && [ ! -f $BUILD_DIR/Procfile ] ; then
echo "default_process_types:"
if uses_universal_packaging $BUILD_DIR; then
echo " web: target/universal/stage/bin/vebuno-dev -Dhttp.port=\$PORT \$JAVA_OPTS""
echo " web: target/universal/stage/bin/vebuno-dev -Dhttp.port=\$PORT \$JAVA_OPTS"
else
echo " web: target/start -Dhttp.port=\$PORT \$JAVA_OPTS"
fi
Expand Down

0 comments on commit 7e76320

Please sign in to comment.