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.
2 parents 56257cc + 7ae1481 commit 94b7608Copy full SHA for 94b7608
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