Skip to content

Commit

Permalink
fix print line
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Feb 6, 2024
1 parent 30dad5a commit 78f14bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botcli/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func qrForAcc(cli *BotCli, bot *deltachat.Bot, cmd *cobra.Command, args []string
fmt.Println("Scan this QR to verify", addr)
invert, _ := cmd.Flags().GetBool("invert")
printQr(qrdata, invert)
fmt.Printf(GenerateInviteLink(qrdata))
fmt.Println(GenerateInviteLink(qrdata))
} else {
cli.Logger.Error("account not configured")
}
Expand Down

0 comments on commit 78f14bb

Please sign in to comment.