We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Makefile
python
1 parent af32409 commit aaf9ca6Copy full SHA for aaf9ca6
docs/Makefile
@@ -86,7 +86,7 @@ SRC_MAKE := $(MAKE) -f $(SRC_DIR)/rules.mk
86
87
# Parse the JSON file
88
BUILD_VERSION := $(shell cat $(BUILD_JSON) | \
89
- python -c 'import json, sys; print(json.load(sys.stdin)["message"])')
+ python3 -c 'import json, sys; print(json.load(sys.stdin)["message"])')
90
91
ifeq ($(BUILD_VERSION),)
92
$(error No build version specified in `$(BUILD_JSON)`.)
0 commit comments