Skip to content

Commit

Permalink
✏️ fix: application 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Joon-Hyeok committed May 10, 2024
1 parent 46288c4 commit 1c933be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts-generator/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ create_application() {

rm -f "$DESTINATION_DIRECTORY/templates/application.yaml.tmp"

mv "$DESTINATION_DIRECTORY/templates/application.yaml" "$OUTPUT_DIRECTORY/$app_name-applcation.yaml"
mv "$DESTINATION_DIRECTORY/templates/application.yaml" "$OUTPUT_DIRECTORY/$app_name-application.yaml"

echo -e "\n🪽 New Helm Charts created with app name: $app_name \n"

Expand Down

0 comments on commit 1c933be

Please sign in to comment.