Skip to content

Commit 87d6f31

Browse files
committed
Fix
1 parent 792e1c1 commit 87d6f31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd_publish.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ var publishCmd = &cobra.Command{
1616
Short: "Publish a Yaak plugin version to the plugin registry",
1717
Args: cobra.MaximumNArgs(1),
1818
Run: func(cmd *cobra.Command, args []string) {
19-
pterm.Info.Println("Building plugin...")
20-
2119
pluginDir, err := os.Getwd()
2220
CheckError(err)
2321

0 commit comments

Comments
 (0)