Skip to content

Commit

Permalink
just: rename recipe git-create-patch to git-create-patches
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Dec 30, 2024
1 parent 5ff9fc6 commit e7bbebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ git-apply-piwiktracker-patch:
git-apply-qttoolbareditor-patch:
cd ./src/libraries/qttoolbareditor && git apply {{ transferDir }}/qttoolbareditor.patch

# Create a git patch for the project and some libraries
# Create git patches for the project and some libraries
[group('patches')]
git-create-patch:
git-create-patches:
@echo "transferDir: {{ transferDir }}"
git diff --no-ext-diff --staged --binary > {{ transferDir }}/qownnotes.patch
cd src/libraries/qmarkdowntextedit && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qmarkdowntextedit.patch
Expand Down

0 comments on commit e7bbebe

Please sign in to comment.