diff --git a/aws/creds.go b/aws/creds.go index e959632..c8b72ee 100644 --- a/aws/creds.go +++ b/aws/creds.go @@ -180,7 +180,7 @@ Loop: for _, region := range regions { for _, ignoredRegion := range ignoredRegions { if ignoredRegion == *region.RegionName { - terminal.Information("Region [" + *region.RegionName + "] is being ignored...") + /*terminal.Information("Region [" + *region.RegionName + "] is being ignored...")*/ continue Loop } } diff --git a/awsm.go b/awsm.go index f6f08f7..c61126b 100644 --- a/awsm.go +++ b/awsm.go @@ -32,7 +32,7 @@ func main() { app := cli.NewApp() app.Name = "awsm" app.Usage = "AWS Interface" - app.Version = "1.0.0" + app.Version = "1.0.1" app.Author = "Ahmad A" app.Email = "send@ahmad.pizza" app.EnableBashCompletion = true