This commit is contained in:
abs3nt 2023-01-09 23:48:05 -08:00
parent 046e83c6c4
commit cef99d07f9
1 changed files with 1 additions and 1 deletions

View File

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