Skip to content

Commit

Permalink
Merge pull request #7 from openfresh/feature/fix_ecr_login_stdout
Browse files Browse the repository at this point in the history
output ecr login lommand to stdout
  • Loading branch information
stormcat24 authored Feb 25, 2017
2 parents 0738a16 + 56112df commit 20122f8
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 @@ -61,7 +61,7 @@ NOTE:
}

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

0 comments on commit 20122f8

Please sign in to comment.