From 99ca70ffeb1ddc3978582d2ddcc03cbf911efe18 Mon Sep 17 00:00:00 2001 From: rainyuu Date: Sun, 31 Jan 2021 12:27:29 +0100 Subject: [PATCH] Remove unfitting period --- cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }