this should be print
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
a 2023-11-05 20:42:20 -06:00
parent 4cd781d5db
commit 2925b2c432
Signed by: asdf cafe
GPG Key ID: 374BC539FE795AF0
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)
},
}