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

Commit

Permalink
getting there
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent ebea9eb commit aa3e412
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 @@ -33,7 +33,7 @@ var rootCmd = &cobra.Command{
Use: "krew-plugin-release",
Short: "tool to make PR to krew-plugin-release",
Run: func(cmd *cobra.Command, args []string) {
action := actions.FakeAction{}
action := actions.RealAction{}

inputs := actionInputs{
PluginName: action.GetPluginName(),
Expand Down

0 comments on commit aa3e412

Please sign in to comment.