Skip to content

Commit 71b1789

Browse files
committed
Modify access modifier in GlobalModeSetting class.
1 parent f25cef2 commit 71b1789

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)