Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 1, 2019
1 parent 4c0eb46 commit 678ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var rootCmd = &cobra.Command{
Short: "tool to make PR to krew-plugin-release",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("from inside golang")
err := actions.GetReleaseInfo()
_, err := actions.GetReleaseInfo()
if err != nil {
logrus.Fatal(err)
}
Expand Down

0 comments on commit 678ab3c

Please sign in to comment.