Remove unfitting period
This commit is contained in:
parent
fa4aeeb406
commit
99ca70ffeb
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user