Skip to content

Commit 81c811e

Browse files
authored
Merge pull request #13 from pushthat/master
Update get-login.go
2 parents a73f385 + 689555e commit 81c811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ecr/get-login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ NOTE:
6060
return fmt.Errorf("authorization token is invalid format. [%s]", encoded)
6161
}
6262

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

0 commit comments

Comments
 (0)