From ff27fb4eb62cda59591f52a15b3851467c58cea2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mattias=20Ryrl=C3=A9n?= <mattias@ryrlen.org>
Date: Thu, 1 Nov 2018 13:26:45 +0000
Subject: [PATCH] Fixed typo

---
 commands/helpers/cache_extractor.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/helpers/cache_extractor.go b/commands/helpers/cache_extractor.go
index f27c8e6b6..4221f9154 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)
-- 
GitLab