We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0189ad commit 7eaefb8Copy full SHA for 7eaefb8
src/code/PublishPSResource.cs
@@ -142,7 +142,7 @@ protected override void BeginProcessing()
142
143
_networkCredential = Credential != null ? new NetworkCredential(Credential.UserName, Credential.Password) : null;
144
145
- // Create a respository story (the PSResourceRepository.xml file) if it does not already exist
+ // Create the repository store file (PSResourceRepository.xml) if it does not already exist
146
// This is to create a better experience for those who have just installed v3 and want to get up and running quickly
147
RepositorySettings.CheckRepositoryStore();
148
0 commit comments