Skip to content

Commit 28fbfc8

Browse files
committed
fixed sdkman release
1 parent 3cb8e15 commit 28fbfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/kscript_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ echo ${SDKMAN_CONSUMER_KEY} ${SDKMAN_CONSUMER_TOKEN} ${kscript_version}
111111
#kscript_version=1.5.1
112112

113113
curl -X POST \
114-
-H "'Consumer-Key: ${SDKMAN_CONSUMER_KEY}" \
114+
-H "Consumer-Key: ${SDKMAN_CONSUMER_KEY}" \
115115
-H "Consumer-Token: ${SDKMAN_CONSUMER_TOKEN}" \
116116
-H "Content-Type: application/json" \
117117
-H "Accept: application/json" \

0 commit comments

Comments
 (0)