Skip to content

Commit

Permalink
Fixes to the patch script, to make imports possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Mar 7, 2022
1 parent 87b0f70 commit 8246809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
NAME="$(basename $PWD)"
ROOT="$(dirname $0)"

stg export -e diff -d "$ROOT/patches/$NAME"
stg export -d "$ROOT/patches/$NAME"

cat "$ROOT/patches/$NAME/series"

0 comments on commit 8246809

Please sign in to comment.