Skip to content

Commit

Permalink
fix for issue Droplr#13
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Feb 9, 2023
1 parent 99212dc commit 7d039c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-env.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func OutputParameter(path string, parameter *ssm.Parameter, format string) {

env := strings.Replace(strings.Trim(name[len(path):], "/"), "/", "_", -1)
value = strings.Replace(value, "\n", "\\n", -1)
value = strings.Replace(value, "'", "\\'", -1)

switch format {
case formatExports:
Expand Down

0 comments on commit 7d039c5

Please sign in to comment.