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 6782c47 commit c03560b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func main() {
}
}
}

fmt.Println(fmt.Sprintf("Compiled env variables: %v",mapResult["env_variables"]))

out, err := yaml.Marshal(mapResult)
// write the whole body at once
Expand Down

0 comments on commit c03560b

Please sign in to comment.