Skip to content

Commit

Permalink
Update prompt.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JensvandeWiel committed Oct 28, 2023
1 parent c6be007 commit 147d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func AppUpdate(appID int, beta string, validate bool) *Prompt {
func Login(username string, password string, authcode string) *Prompt {
cmd := "login "
if username != "" {
cmd += username + " " + password + " " + authcode
cmd += username + " " + password + " " + authcode + " "
} else {
cmd += "anonymous"
}
Expand Down

0 comments on commit 147d1f0

Please sign in to comment.