diff --git a/cli/cli.go b/cli/cli.go index abf1292..d6f6177 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -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") }