Skip to content

Commit 4a3f24e

Browse files
authored
Update Makefile
???
1 parent e64bbca commit 4a3f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ create-patch:
2323
@mkdir -p patches
2424
@echo -e "\e[1;34m[+] Creating and splitting patch from branch 'cla' against 'main' (excluding patches/)...\e[0m"
2525
@git fetch origin main >/dev/null 2>&1
26-
@git diff origin/main...HEAD -- . ':(exclude)patches/' | awk '\
26+
@git diff origin/main...origin/cla -- . ':(exclude)patches/' | awk '\
2727
/^diff --git a\// { \
2828
if (out) close(out); \
2929
fname = $$3; \

0 commit comments

Comments
 (0)