Skip to content

Commit

Permalink
Merge pull request #6 from mitchclarkebase2/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Guslington committed Jan 2, 2019
2 parents ec3639a + d4b07f5 commit e60c9f8
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 e60c9f8

Please sign in to comment.