Text color should now reset at the end of the stormfetch output

This commit is contained in:
CapCreeperGR 2024-06-05 16:43:27 +03:00
parent c05f34eb7d
commit c8b3f9f4a4

View File

@ -172,7 +172,7 @@ func readConfig() {
}
final += lastAsciiColor + line + "\n"
}
fmt.Println(final)
fmt.Println(final + "\033[0m")
}
func SetupFetchEnv() []string {