We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5a37a commit 74fa915Copy full SHA for 74fa915
cli/cli.go
@@ -855,7 +855,7 @@ func uninstallVersion(rubyVersion string) {
855
856
// //////////////////////////////////////////////////////////////////////////////// //
857
858
- spinner.Show("Unistalling %s", rubyVersion)
+ spinner.Show("Uninstalling %s", rubyVersion)
859
err = uninstallTaskHandler(info.Name)
860
spinner.Done(err == nil)
861
0 commit comments