diff --git a/bin/release b/bin/release index 9d327267..5b1350ae 100755 --- a/bin/release +++ b/bin/release @@ -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 -Dhttp.port=\$PORT \$JAVA_OPTS" else echo " web: target/start -Dhttp.port=\$PORT \$JAVA_OPTS" fi