Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(makefile): version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Mar 14, 2019
1 parent 0710b74 commit c5be536
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,4 +1,4 @@
VERSION := $(shell php -r 'include "ispapibackorder.php"; print $$module_version;')
VERSION := $(shell node -p "require('./release.json').version")
REPOID := whmcs-ispapi-backorder
FOLDER := pkg/$(REPOID)-$(VERSION)

Expand Down

0 comments on commit c5be536

Please sign in to comment.