Skip to content
Snippets Groups Projects
Commit ff27fb4e authored by Mattias Ryrlén's avatar Mattias Ryrlén
Browse files

Fixed typo

parent 14e479f8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment