Skip to content

Commit 76ea944

Browse files
committed
WIP
1 parent 7497344 commit 76ea944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Create diff to current
6666
run: |
67-
diff -Nrwu --exclude search_index.josn current/ preview/ | cat > preview/diff.patch
67+
diff -Nrwu --exclude search_index.json current/ preview/ | cat > preview/diff.patch
6868
pygmentize -o preview/diff.html -l diff -f html -O full preview/diff.patch
6969
diffstat -l -p2 preview/diff.patch > diff.txt
7070

0 commit comments

Comments
 (0)