Skip to content

Commit 05e8429

Browse files
committed
Resolve merge conflicts
1 parent cdce858 commit 05e8429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/internal/create-weblogic-domain.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ function initialize {
354354
apacheInput="${scriptDir}/weblogic-domain-apache-template.yaml"
355355
if [ ! -f ${apacheInput} ]; then
356356
validationError "The template file ${apacheInput} for generating the apache-webtier deployment was not found"
357-
357+
fi
358+
358359
voyagerInput="${scriptDir}/voyager-ingress-template.yaml"
359360
if [ ! -f ${voyagerInput} ]; then
360361
validationError "The template file ${voyagerInput} for generating the Voyager Ingress was not found"

0 commit comments

Comments
 (0)