Fix spelling of your and you're

This commit is contained in:
Axel Pirek
2018-09-25 12:38:02 +02:00
parent b41333d4b9
commit d2f2c3f220
7 changed files with 7 additions and 7 deletions
@@ -112,7 +112,7 @@ func SelectVersion(plugin m.Plugin, version string) (m.Version, error) {
}
}
return m.Version{}, errors.New("Could not find the version your looking for")
return m.Version{}, errors.New("Could not find the version you're looking for")
}
func RemoveGitBuildFromName(pluginName, filename string) string {