Skip to content

Commit 5236b2a

Browse files
committed
Update diffgen
1 parent a798a06 commit 5236b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffgen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
FROM=$1
44
TO=$2
55

6-
diff -uNr schemas/$FROM schemas/$TO | gist -f "$FROM-to-$TO.diff" -p -d "Diff of {toolkit,
6+
diff -uNr schemas/$FROM schemas/$TO | gh gist create -f "$FROM-to-$TO.diff" -d "Diff of {toolkit,
77
browser}/components/extensions/schemas/*.* in firefox source code, from version $FROM to $TO. Downloaded from https://hg.mozilla.org/mozilla-unified/summary."

0 commit comments

Comments
 (0)