Skip to content

Commit 9d5d46e

Browse files
authored
cut and paste error (#55)
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
1 parent 8c81c0c commit 9d5d46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ extract-version-info: check-jq
545545
load-version-json: check-jq
546546
@if [ "$(DEV_VERSION)" = "0.0.1" ]; then \
547547
DEV_VERSION=$$(jq -r '."dev-version"' .version.json); \
548-
PROD_VERSION=$$(jq -r '."dev-version"' .version.json); \
548+
PROD_VERSION=$$(jq -r '."prod-version"' .version.json); \
549549
echo "✔ Loaded DEV_VERSION from .version.json: $$DEV_VERSION"; \
550550
echo "✔ Loaded PROD_VERSION from .version.json: $$PROD_VERSION"; \
551551
export DEV_VERSION; \

0 commit comments

Comments
 (0)