Skip to content

Commit b6b3bc9

Browse files
authored
Update src/code/ResetPSResourceRepository.cs
1 parent 10a67db commit b6b3bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code/ResetPSResourceRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected override void ProcessRecord()
4545
return;
4646
}
4747

48-
PSRepositoryInfo psGalleryRepo = RepositorySettings.Reset(this, out string errorMsg);
48+
PSRepositoryInfo psGalleryRepo = RepositorySettings.Reset(out string errorMsg);
4949

5050
if (!string.IsNullOrEmpty(errorMsg))
5151
{

0 commit comments

Comments
 (0)