Skip to content

Commit

Permalink
Merge pull request #13 from pushthat/master
Browse files Browse the repository at this point in the history
Update get-login.go
  • Loading branch information
stormcat24 authored Aug 22, 2018
2 parents a73f385 + 689555e commit 81c811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ecr/get-login.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NOTE:
return fmt.Errorf("authorization token is invalid format. [%s]", encoded)
}

loginCommand := fmt.Sprintf("docker login -u %s -p %s -e none %s", tokens[0], tokens[1], *target.ProxyEndpoint)
loginCommand := fmt.Sprintf("docker login -u %s -p %s %s", tokens[0], tokens[1], *target.ProxyEndpoint)
fmt.Println(loginCommand)
return nil
},
Expand Down

0 comments on commit 81c811e

Please sign in to comment.