Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Safonkin committed Apr 15, 2021
1 parent f9d7f16 commit 596753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authutil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
);
}

Expand Down

0 comments on commit 596753d

Please sign in to comment.