Skip to content

Commit

Permalink
Make debug.sh also support .recipe files [skip cip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Oct 11, 2023
1 parent 6236788 commit 6993317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ do
if [ -f "$recipe_folder/$1.recipe.py" ]; then
cp -p "$recipe_folder/$1.recipe.py" "$1.recipe"
fi
if [ -f "$recipe_folder/$1.recipe" ]; then
cp -p "$recipe_folder/$1.recipe" "$1.recipe"
fi
done

rm -rf debug
Expand Down

0 comments on commit 6993317

Please sign in to comment.