diff --git a/recipes/groups/auto-test/recipe.toml b/recipes/groups/auto-test/recipe.toml index 8c1ab2e75..21ee81d28 100644 --- a/recipes/groups/auto-test/recipe.toml +++ b/recipes/groups/auto-test/recipe.toml @@ -5,7 +5,7 @@ template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -rv "${COOKBOOK_RECIPE}/auto-test.ion" "${COOKBOOK_STAGE}/usr/bin/auto-test" -chmod a+x "${COOKBOOK_STAGE}/usr/bin/auto-test" +chmod +x "${COOKBOOK_STAGE}/usr/bin/auto-test" """ [package] dependencies = [