this should be println #20

Merged
abs3nt merged 1 commits from println into main 2023-11-06 07:02:48 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ var linkCmd = &cobra.Command{
fmt.Println(err)
os.Exit(1)
}
fmt.Print(link)
fmt.Println(link)
},
}