Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed Oct 6, 2024
1 parent 252fc05 commit df36dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo "web: ./deploy/cloud-foundry/start.sh" > "${build_dir}/Procfile"

ls -lah "${build_dir}"
cd "${build_dir}"
if [[ -z ${BUILD_ROOT:-"" }]] ; then
if [[ -z ${BUILD_ROOT:-"" } ]] ; then
zip -r [email protected] "${BUILD_ROOT}/stratos-ui-packaged.zip" ./*
else
zip -r [email protected] "${work_dir}/stratos-ui-packaged.zip" ./*
Expand Down

0 comments on commit df36dbb

Please sign in to comment.