Skip to content

Commit b6a705d

Browse files
Merge pull request #353 from supertokens/fix-cicd-again
fix: Fix cicd again
2 parents 82f534b + 0761949 commit b6a705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/setupAndTestWithAuthReact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluginInterfaceVersionXY=$(echo $pluginInterfaceVersionXY | jq .pluginInterface
2626
pluginInterfaceInfo=`curl -s -X GET \
2727
"https://api.supertokens.io/0/plugin-interface/latest?password=$SUPERTOKENS_API_KEY&planType=FREE&mode=DEV&version=$pluginInterfaceVersionXY" \
2828
-H 'api-version: 0'`
29-
echo "Pluugin interface info: $pluginInterfaceInfo
29+
echo "Plugin interface info: $pluginInterfaceInfo"
3030
if [[ `echo $pluginInterfaceInfo | jq .tag` == "null" ]]
3131
then
3232
echo "fetching latest X.Y.Z version for plugin-interface, X.Y version: $pluginInterfaceVersionXY, planType: FREE gave response: $pluginInterfaceInfo"

0 commit comments

Comments
 (0)