Remove unfitting period

This commit is contained in:
rainyuu 2021-01-31 12:27:29 +01:00
parent fa4aeeb406
commit 99ca70ffeb

View File

@ -24,7 +24,7 @@ func InstallMod(pkg string) []string {
} else if stat == 2 {
buffer += fmt.Sprintf("%s %s", magenta("updating to version"), ov)
} else if stat == 3 {
buffer += fmt.Sprintf("%s", red("could not find the mod specified."))
buffer += fmt.Sprintf("%s", red("could not find the mod specified"))
} else {
buffer += blue("downloaded")
}