Skip to content

Commit 10a67db

Browse files
authored
Update src/code/RepositorySettings.cs
1 parent a97ba29 commit 10a67db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code/RepositorySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public static List<PSRepositoryInfo> Read(string[] repoNames, out string[] error
851851
/// If creation fails, the old file is restored.
852852
/// Returns: PSRepositoryInfo for the PSGallery repository
853853
/// </summary>
854-
public static PSRepositoryInfo Reset(PSCmdlet cmdletPassedIn, out string errorMsg)
854+
public static PSRepositoryInfo Reset(out string errorMsg)
855855
{
856856
errorMsg = string.Empty;
857857
string tempFilePath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString() + ".xml");

0 commit comments

Comments
 (0)