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 8529c38 commit 6e78bf7Copy full SHA for 6e78bf7
Rules/UseCompatibleCmdlets.cs
@@ -283,7 +283,7 @@ private void SetupCmdletsDictionary()
283
return;
284
}
285
286
- var settingsPath = GetSettingsDirectory();
+ var settingsPath = GetShippedSettingsDirectory();
287
if (settingsPath == null)
288
{
289
@@ -307,7 +307,7 @@ private void ResetCurCmdletCompatibilityMap()
307
/// <summary>
308
/// Retrieves the Settings directory from the Module directory structure
309
/// </summary>
310
- private string GetSettingsDirectory()
+ private string GetShippedSettingsDirectory()
311
312
// Find the compatibility files in Settings folder
313
var path = this.GetType().GetTypeInfo().Assembly.Location;
0 commit comments