Skip to content

Commit

Permalink
Update swagger_eventforest_client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitverma659 authored Dec 21, 2024
1 parent 11a43f8 commit f0ec3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger_eventforest_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elif [ "$Branch" = "production" ]
curl -H"Authorization:Basic Zmlyc3RfdXNlckBjYXBpbGxhcnl0ZWNoLmNvbTo3ZmUzMmM5YjE1N2I0MDE0Y2QzOTg3MjhhYTJiM2UwYg==" -o spec.json $url
else " No Branch is selected"
fi
echo "{\"artifactVersion\":\"1.67\"}">config.json
echo "{\"artifactVersion\":\"1.69\"}">config.json
echo "GENERATING SDK"
if [ "$Client" = "java" ]
then
Expand Down

0 comments on commit f0ec3b8

Please sign in to comment.