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 4ac8bce commit 252fc05
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 @@ -69,7 +69,7 @@ else
echo "Using local checked out copy on stratos-ui"
fi

if [[ -z ${VERSION:-""}]]; then
if [[ -z ${VERSION:-""} ]] ; then
export stratos_version="${$VERSION}" # Will be tagged on publish in Concourse
fi

Expand Down

0 comments on commit 252fc05

Please sign in to comment.