Skip to content

Commit

Permalink
Add init runner, for GitTools#428
Browse files Browse the repository at this point in the history
Taken from original program.cs
  • Loading branch information
serra committed Aug 24, 2015
1 parent b5a4dc9 commit 99f43c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GitVersionExe/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class InitRunner
{
public static void Run(InitOptions opts)
{

throw new NotImplementedException(opts.GetType().Name);
var fs = new FileSystem();
ConfigurationProvider.Init(opts.Path, fs, new ConsoleAdapter());
}
}

Expand Down

0 comments on commit 99f43c6

Please sign in to comment.