From bbdbef980bbe820a3421b7c4781a98b4abdf061d Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 30 Mar 2026 20:30:17 +0200 Subject: [PATCH] fix path --- cook/bin/generate-recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook/bin/generate-recipe b/cook/bin/generate-recipe index 8a6cca7..353f609 100755 --- a/cook/bin/generate-recipe +++ b/cook/bin/generate-recipe @@ -1,2 +1,2 @@ #!/bin/bash -exec "$(dirname "$0")/../recipe-generator/generate_recipe.py" "$@" +exec "$(dirname "$0")/../generate_recipe.py" "$@"