Skip to content

Commit 7eaefb8

Browse files
committed
clean up comment
1 parent a0189ad commit 7eaefb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code/PublishPSResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected override void BeginProcessing()
142142

143143
_networkCredential = Credential != null ? new NetworkCredential(Credential.UserName, Credential.Password) : null;
144144

145-
// Create a respository story (the PSResourceRepository.xml file) if it does not already exist
145+
// Create the repository store file (PSResourceRepository.xml) if it does not already exist
146146
// This is to create a better experience for those who have just installed v3 and want to get up and running quickly
147147
RepositorySettings.CheckRepositoryStore();
148148

0 commit comments

Comments
 (0)