Skip to content

Commit

Permalink
fix: Added missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir authored Aug 26, 2021
1 parent bbfe334 commit be144a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateApiDefinitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "Copying api-definitions"
cp -R ~/oai_definitions/json/. src/services/twilio-api/
echo "Running update changelog script"
node update-api-definitions.js
node scripts/update-api-definitions.js
changeLog=$(cat changeLog.md)
rm -rf changeLog.md
if [ "$changeLog" != '' ]; then
Expand Down

0 comments on commit be144a3

Please sign in to comment.