From 33bd9eecea3e101d868cfebf451059ccbdea5fa9 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Wed, 26 Aug 2015 04:59:34 -0400 Subject: [PATCH] Use ksp_version_max instead of ksp_version_min --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 89ae0f5da5..e6fa6d9443 100755 --- a/build.sh +++ b/build.sh @@ -225,7 +225,7 @@ do # Extract identifier and KSP version. CURRENT_IDENTIFIER=$($JQ_PATH '.identifier' $ckan) - CURRENT_KSP_VERSION=$($JQ_PATH 'if .ksp_version then .ksp_version else .ksp_version_min end' $ckan) + CURRENT_KSP_VERSION=$($JQ_PATH 'if .ksp_version then .ksp_version else .ksp_version_max end' $ckan) # Strip "'s. CURRENT_IDENTIFIER=${CURRENT_IDENTIFIER//'"'}