Skip to content

Commit

Permalink
updated per code review
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Nov 23, 2023
1 parent 6f6d9c8 commit d35f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/plugin/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func unInstallPlugin(command *cobra.Command, opts *pluginUninstallOpts) error {
return fmt.Errorf("unable to find plugin %s.\nTo view a list of installed plugins, use `notation plugin list`", pluginName)
}
// plugin exists, but the binary is corrupted
logger.Infof("Uninstalling...Found plugin %s binary file is corrupted: %v", pluginName, err)
logger.Infof("Uninstalling...Found plugin %s binary file is malfunctioning: %v", pluginName, err)
}
// core process
prompt := fmt.Sprintf("Are you sure you want to uninstall plugin %q?", pluginName)
Expand Down

0 comments on commit d35f513

Please sign in to comment.