Merge pull request #5653 from jonsequitur/string-fix-for-cache-priming
remove redundant word 'create'
This commit is contained in:
commit
68ad8bdec6
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ Configuring...
|
||||||
-------------------
|
-------------------
|
||||||
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.";
|
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.";
|
||||||
|
|
||||||
public const string FailedToPrimeCacheError = "Failed to create prime the NuGet cache. {0} failed with: {1}";
|
public const string FailedToPrimeCacheError = "Failed to prime the NuGet cache. {0} failed with: {1}";
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue