Skip to content
Snippets Groups Projects
Commit 0c138817 authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

Merge branch 'master' into 'master'

Fixed typo

See merge request gitlab-org/gitlab-runner!1074
parents ae0b4f6d ff27fb4e
Branches
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ func (c *CacheExtractorCommand) Execute(context *cli.Context) { ...@@ -93,7 +93,7 @@ func (c *CacheExtractorCommand) Execute(context *cli.Context) {
logrus.Fatalln(err) logrus.Fatalln(err)
} }
} else { } 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) 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