Skip to content

Commit

Permalink
Merge pull request #6 from Axonius/develop
Browse files Browse the repository at this point in the history
fix version grep
  • Loading branch information
lifehackjim committed Sep 16, 2019
2 parents 33a7d0e + ed7eaa3 commit fe3cf53
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
@@ -1,5 +1,5 @@
PACKAGE := axonius_api_client
VERSION := $(shell grep __version__ $(PACKAGE)/version.py | cut -d\" -f2)
VERSION := $(shell grep "^__version__" $(PACKAGE)/version.py | cut -d\" -f2)

.PHONY: build docs

Expand Down

0 comments on commit fe3cf53

Please sign in to comment.