Compare commits

...

2 Commits

Author SHA1 Message Date
abs3nt 6bbcd97b1e Merge pull request 'this should be println' (#20) from println into main
ci/woodpecker/push/woodpecker Pipeline was successful Details
Reviewed-on: #20
2023-11-06 07:02:48 +00:00
a 2925b2c432
this should be print
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
2023-11-05 20:42:20 -06: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)
},
}