Skip to content

Commit cb35265

Browse files
committed
Chore: Update python->python3 in docs makefile
1 parent dfb6e3b commit cb35265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ SRC_MAKE := $(MAKE) -f $(SRC_DIR)/rules.mk
8686

8787
# Parse the JSON file
8888
BUILD_VERSION := $(shell cat $(BUILD_JSON) | \
89-
python -c 'import json, sys; print(json.load(sys.stdin)["message"])')
89+
python3 -c 'import json, sys; print(json.load(sys.stdin)["message"])')
9090

9191
ifeq ($(BUILD_VERSION),)
9292
$(error No build version specified in `$(BUILD_JSON)`.)

0 commit comments

Comments
 (0)