path fix
This commit is contained in:
@@ -6,7 +6,7 @@ public static class WorkflowRecipeHelper
|
||||
{
|
||||
|
||||
|
||||
private const string RECIPES_DIR = "..\\Data\\Recipes";
|
||||
private static string RECIPES_DIR => Path.Combine("..", "Data", "Recipes");
|
||||
public static List<string> ListRecipeFiles(string nameFilter)
|
||||
{
|
||||
Directory.CreateDirectory(RECIPES_DIR);
|
||||
|
||||
Reference in New Issue
Block a user