Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Dec 30, 2023
1 parent f5926b7 commit 8a04c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/starter-with-secrets/apps/aarch64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ insert_secrets_output() {
awk -v pat="$pattern" -v insert="$insert_text" '
$0 ~ pat {
sub(/} @inputs:/, ", " insert "} @inputs:"); # Replace the closing brace with the insert text followed by the brace
gsub(/ ,/, ","); # Correct any spaces before commas
print
next
}
Expand Down

0 comments on commit 8a04c76

Please sign in to comment.