Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuxy committed Oct 11, 2024
1 parent 15d6569 commit af23072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Generate keymaps
run: |
for file in john_doe/*.json; do
pipx run keymap-drawer -q 12 "$file" # Use pipx to run the installed keymap-drawer
pipx run keymap-drawer -c 12 "$file" # Use pipx to run the installed keymap-drawer
done
- name: Commit and push changes
Expand Down

0 comments on commit af23072

Please sign in to comment.