Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchclarkebase2 committed Jan 1, 2019
1 parent ec3639a commit d4b07f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-env.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
// Loop through the sub paths and retrieve parameters
for i := range keys {
path = path + "/" + keys[i]
golog.Infof("Retriving parameters in path %s", path)
golog.Infof("Retrieving parameters in path %s", path)
ExportVariables(path, "", params)
}

Expand Down

0 comments on commit d4b07f5

Please sign in to comment.