We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92ae70 commit 8d9ee91Copy full SHA for 8d9ee91
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
BIN := .tox/py3/bin
2
PY := $(BIN)/python3
3
PIP := $(BIN)/pip3
4
-VERSION := $(shell $(PY) -c "from juju.version import CLIENT_VERSION; print(CLIENT_VERSION)")
+VERSION := $(shell python3 -c "from juju.version import CLIENT_VERSION; print(CLIENT_VERSION)")
5
6
.PHONY: clean
7
clean:
0 commit comments