Skip to content

Commit 58797e3

Browse files
elevranmayabar
authored andcommitted
cut and paste error (kubernetes-sigs#55)
Signed-off-by: Etai Lev Ran <[email protected]>
1 parent 961c020 commit 58797e3

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
@@ -549,7 +549,7 @@ extract-version-info: check-jq
549549
load-version-json: check-jq
550550
@if [ "$(DEV_VERSION)" = "0.0.1" ]; then \
551551
DEV_VERSION=$$(jq -r '."dev-version"' .version.json); \
552-
PROD_VERSION=$$(jq -r '."dev-version"' .version.json); \
552+
PROD_VERSION=$$(jq -r '."prod-version"' .version.json); \
553553
echo "✔ Loaded DEV_VERSION from .version.json: $$DEV_VERSION"; \
554554
echo "✔ Loaded PROD_VERSION from .version.json: $$PROD_VERSION"; \
555555
export DEV_VERSION; \

0 commit comments

Comments
 (0)