Skip to content

Commit 6465c36

Browse files
committed
Fix a comment
Signed-off-by: doxiao <[email protected]>
1 parent f0a57b8 commit 6465c36

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
@@ -196,7 +196,7 @@ function createDomainHome {
196196

197197
sh ${dockerDir}/build.sh
198198

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

0 commit comments

Comments
 (0)