Merge pull request 'this should be println' (#20) from println into main
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #20
This commit is contained in:
abs3nt 2023-11-06 07:02:48 +00:00
commit 6bbcd97b1e
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)
},
}