Skip to content

Commit

Permalink
Fix for Droplr#13
Browse files Browse the repository at this point in the history
  • Loading branch information
4ndh4k authored Nov 17, 2022
1 parent 3960d83 commit e3efa7a
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 e3efa7a

Please sign in to comment.