Skip to content

Commit 8326578

Browse files
committed
forgot to ensure checkdata path
1 parent 6e6b9a6 commit 8326578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/BiblioTech/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static Task Main(string[] args)
3434
EnsurePath(Config.DataPath);
3535
EnsurePath(Config.UserDataPath);
3636
EnsurePath(Config.EndpointsPath);
37+
EnsurePath(Config.ChecksDataPath);
3738

3839
return new Program().MainAsync(args);
3940
}

0 commit comments

Comments
 (0)