Skip to content

Commit

Permalink
fixing jq validate
Browse files Browse the repository at this point in the history
  • Loading branch information
mhristof committed Feb 15, 2020
1 parent 7d2665c commit 2bfc647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mversion:

validate:
xmllint info.plist
awk '/items/,/<\/string/' info.plist | grep -v items | sed 's/.*string>\[/\[/g' | sed 's!</string>!!g' | jq
awk '/items/,/<\/string/' info.plist | grep -v items | sed 's/.*string>\[/\[/g' | sed 's!</string>!!g' | jq .

fragment:
@echo $(CURRENT_BRANCH) | tr -s '-' ' ' | cut -d ' ' -f1
Expand Down

0 comments on commit 2bfc647

Please sign in to comment.