Skip to content

Commit

Permalink
Remove unnecessary space character
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome authored and Djelibeybi committed Jul 25, 2024
1 parent 0c4761a commit e1ed15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleTuxedo/core/dockerfiles/buildContainerImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fi

echo "====================="

docker build $PROXY_SETTINGS -t oracle/tuxedo:latest -t oracle/tuxedo:"${VERSION}" "${VERSION}"/
docker build $PROXY_SETTINGS -t oracle/tuxedo:latest -t oracle/tuxedo:"${VERSION}" "${VERSION}"/
ret=$?
if [ "$ret" = "0" ]
then
Expand Down

0 comments on commit e1ed15e

Please sign in to comment.