Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
leomick authored Jan 28, 2025
1 parent 451f4d3 commit a6f9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugincmds/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (m installModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

func (m installModel) View() string {
if m.done {
return fmt.Sprintf("%v Succesfully installed version %v of the %v plugin\n", shared.CheckMark, m.pluginInfo.Version, m.pluginInfo.Name)
return fmt.Sprintf("%v Successfully installed version %v of the %v plugin\n", shared.CheckMark, m.pluginInfo.Version, m.pluginInfo.Name)
}
if m.versionInstalled {
return fmt.Sprintf("You already have the latest version of the %v plugin installed.\nUse the --force or -f flag to reinstall it.\n", m.pluginInfo.Name)
Expand Down

0 comments on commit a6f9947

Please sign in to comment.