From 596753d72c1d75b2225f1078cdd974131c8b3726 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Thu, 15 Apr 2021 13:43:20 +0300 Subject: [PATCH] Minor fix --- src/authutil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authutil.ts b/src/authutil.ts index d94bf3b..e7e35b0 100644 --- a/src/authutil.ts +++ b/src/authutil.ts @@ -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." ); }