diff --git a/commands/helpers/cache_extractor.go b/commands/helpers/cache_extractor.go index f27c8e6b65707142f53166e832534d22f7bf4215..4221f9154b1e444bda9c9dc62566d2aed4bbdf04 100644 --- a/commands/helpers/cache_extractor.go +++ b/commands/helpers/cache_extractor.go @@ -93,7 +93,7 @@ func (c *CacheExtractorCommand) Execute(context *cli.Context) { logrus.Fatalln(err) } } else { - logrus.Infoln("No URL provided, cache will be not downloaded from shared cache server. Instead a local version of cache will be extracted.") + logrus.Infoln("No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.") } err := archives.ExtractZipFile(c.File)