Skip to content

Commit d226a87

Browse files
committed
Update makefile deprecated -j flag to -o=json flag
1 parent b8ef95a commit d226a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mac_v3/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
compile:
2-
yq eval capslock.yml -j > capslock.json
2+
yq eval capslock.yml -o=json > capslock.json
33

44
install: compile
55
mkdir -p $$HOME/.config/karabiner/assets/complex_modifications/

0 commit comments

Comments
 (0)