Skip to content

Commit 205a530

Browse files
authored
Merge pull request #3722 from pampua84/main
Modify access modifier in GlobalModeSetting class.
2 parents f25cef2 + 71b1789 commit 205a530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core/Configuration/Init/SetConfig/GlobalModeSetting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class GlobalModeSetting : ConfigInitWizardStep
99
private ConfigInitWizardStep returnToStep;
1010
private bool isPartOfWizard;
1111

12-
protected GlobalModeSetting(IConsole console, IFileSystem fileSystem, ILog log, IConfigInitStepFactory stepFactory) : base(console, fileSystem, log, stepFactory)
12+
public GlobalModeSetting(IConsole console, IFileSystem fileSystem, ILog log, IConfigInitStepFactory stepFactory) : base(console, fileSystem, log, stepFactory)
1313
{
1414
}
1515

0 commit comments

Comments
 (0)