Skip to content

Commit

Permalink
Merge pull request #15 from openinfradev/fix-typo
Browse files Browse the repository at this point in the history
bugfix: fix wrong variable $i to $SITE_NAME
  • Loading branch information
Esther Kim committed Jan 26, 2021
2 parents ce6c670 + e812c6a commit 5d7de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/decapod-yaml/prepare-manifest-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
continue
fi
mkdir -p $APP_NAME/output/$i/
mkdir -p $APP_NAME/output/$SITE_NAME/
echo "[INFO] Rendering $APP_NAME-manifest.yaml"
kustomize build --enable_alpha_plugins $SITE_PATH -o $OUTPUT_PATH
Expand Down

0 comments on commit 5d7de79

Please sign in to comment.