From d4b07f51b22c56e2ec95227ef0afff56876cdf94 Mon Sep 17 00:00:00 2001 From: Mitch Date: Wed, 2 Jan 2019 09:42:36 +1100 Subject: [PATCH] Fix typo --- aws-env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-env.go b/aws-env.go index ec77e85..3cc16cf 100644 --- a/aws-env.go +++ b/aws-env.go @@ -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) }