We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a87a7 commit 7ae1481Copy full SHA for 7ae1481
kubernetes/samples/scripts/common/utility.sh
@@ -410,7 +410,7 @@ function createFiles {
410
if [ -z $image ]; then
411
sed -i -e "s|%WEBLOGIC_IMAGE%|${imageName}|g" ${dcrOutput}
412
else
413
- sed -i -e "s:%WEBLOGIC_IMAGE%:${image}:g" ${dcrOutput}
+ sed -i -e "s|%WEBLOGIC_IMAGE%|${image}|g" ${dcrOutput}
414
fi
415
416
sed -i -e "s:%WEBLOGIC_IMAGE%:${image}:g" ${dcrOutput}
0 commit comments