Skip to content

Commit c67032a

Browse files
doxiaorjeberhard
authored andcommitted
Fix a comment
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
1 parent 91bf721 commit c67032a

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function createDomainHome {
195195

196196
sh ${dockerDir}/build.sh
197197

198-
# if the "image" property is set, tag the image as it too
198+
# if the "image" property is set, tag the image with it too
199199
if [ ! -z $image ]; then
200200
docker tag $defaultImageName $image
201201
fi

0 commit comments

Comments
 (0)