Skip to content

Commit

Permalink
chore: fix detection of ocamlformat version
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi authored and rgrinberg committed Apr 15, 2022
1 parent 643c4cf commit 89d8276
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 @@ -17,7 +17,7 @@ all:
.PHONY: install-test-deps
install-test-deps:
opam install 'menhir>20211230' cinaps 'ppx_expect>=v0.14.0' \
ocamlformat.$$(cat .ocamlformat | grep version | cut -d '=' -f 2) ocamlformat-rpc
ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat) ocamlformat-rpc

.PHONY: dev
dev: ## Setup a development environment
Expand Down

0 comments on commit 89d8276

Please sign in to comment.