Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dayleader authored Apr 15, 2020
1 parent b057f57 commit 6782c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
panic(err)
}

fmt.Println(fmt.Sprintf("Env variables: %v",mapResult["env_variables"]))
fmt.Println(fmt.Sprintf("Env variables will be replaced: %v",mapResult["env_variables"]))

for k, any := range mapResult {
if k == "env_variables" {
Expand Down

0 comments on commit 6782c47

Please sign in to comment.