Skip to content

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 30, 2023
1 parent ee8080e commit bf0bb30
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ else
elif [ "$REPO" == "tf-oics" ]; then
# use terraform generator with oics override
make tf-ocis OUTPUT_PATH="$LOCAL_PATH"
else if [ "$REPO" == "terraform" ]; then
elif [ "$REPO" == "terraform" ]; then
make clean-provider OUTPUT_PATH="$LOCAL_PATH"
make provider OUTPUT_PATH="$LOCAL_PATH" VERSION=$VERSION
fi
Expand Down Expand Up @@ -247,5 +247,3 @@ if [ "$COMMITTED" == "true" ] && [ "$COMMAND" == "downstream" ]; then
-d '{"merge_method": "squash"}' \
"https://api.github.com/repos/$UPSTREAM_OWNER/$GH_REPO/pulls/$NEW_PR_NUMBER/merge"
fi

popd

0 comments on commit bf0bb30

Please sign in to comment.