Skip to content

Commit

Permalink
Add newline on successful auth proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Jul 19, 2021
1 parent 3d5f20d commit 90b2d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/docker-credential-magic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func main() {
if err != nil {
panic(err)
}
fmt.Println()
}

func parseDomain(s string) (string, error) {
Expand Down

0 comments on commit 90b2d45

Please sign in to comment.