Skip to content

Commit 598d9de

Browse files
committed
R# cleanup
1 parent 7146b11 commit 598d9de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionExe/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ static void ConfigureLogging(Arguments arguments)
133133
var logFile = new FileInfo(logFileFullPath);
134134

135135
if (logFile.Directory != null && !logFile.Directory.Exists)
136+
{
136137
// TODO: This should probably be done recursively. @asbjornu
137138
logFile.Directory.Create();
139+
}
138140

139141
if (!logFile.Exists)
140142
{

0 commit comments

Comments
 (0)