Minor fix

This commit is contained in:
Vladimir Safonkin 2021-04-15 13:43:20 +03:00
parent f9d7f16c00
commit 596753d72c

View File

@ -115,7 +115,7 @@ function writeFeedToFile(
sourceKeys.forEach(key => {
if (!isValidKey(key)) {
throw new Error(
"Source name can contain letters, numbers, and '-', '_', '.' symbols only, Please, fix source name in NuGet.config and try again."
"Source name can contain letters, numbers, and '-', '_', '.' symbols only. Please, fix source name in NuGet.config and try again."
);
}