Skip to content

Commit 37c67a0

Browse files
committed
GH-1942 fix
1 parent e85e524 commit 37c67a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/Configuration/Init/SetConfig/GlobalModeSetting.cs

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

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

0 commit comments

Comments
 (0)