File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11NAME := aws-cli-auth
2- VERSION := v0.6.0
2+ VERSION := v0.6.1
33REVISION := $(shell git rev-parse --short HEAD)
44
55LDFLAGS := -ldflags="-s -w -X \"github.com/dnitsch/aws-cli-auth/cmd.Version=$(VERSION ) \" -X \"github.com/dnitsch/aws-cli-auth/cmd.Revision=$(REVISION ) \" -extldflags -static"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ func GetSamlCreds(conf config.SamlConfig) {
1515 util .Exit (nil )
1616 }
1717
18- web := web .New ()
1918 secretStore := util .NewSecretStore (conf .BaseConfig .Role )
2019 var awsCreds * util.AWSCredentials
2120
@@ -27,6 +26,7 @@ func GetSamlCreds(conf config.SamlConfig) {
2726 }
2827
2928 if ! util .IsValid (awsCreds ) || err != nil {
29+ web := web .New ()
3030
3131 t , err := web .GetSamlLogin (conf )
3232 if err != nil {
You can’t perform that action at this time.
0 commit comments