Skip to content

Commit 6e78bf7

Browse files
author
Kapil Borle
committed
Rename settings directory getter
1 parent 8529c38 commit 6e78bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rules/UseCompatibleCmdlets.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private void SetupCmdletsDictionary()
283283
return;
284284
}
285285

286-
var settingsPath = GetSettingsDirectory();
286+
var settingsPath = GetShippedSettingsDirectory();
287287
if (settingsPath == null)
288288
{
289289
return;
@@ -307,7 +307,7 @@ private void ResetCurCmdletCompatibilityMap()
307307
/// <summary>
308308
/// Retrieves the Settings directory from the Module directory structure
309309
/// </summary>
310-
private string GetSettingsDirectory()
310+
private string GetShippedSettingsDirectory()
311311
{
312312
// Find the compatibility files in Settings folder
313313
var path = this.GetType().GetTypeInfo().Assembly.Location;

0 commit comments

Comments
 (0)