Skip to content

Commit 9ba393b

Browse files
committed
fix: sed
1 parent 12966b8 commit 9ba393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global user.email "$GIT_AUTHOR_EMAIL"
2424
curl https://api.heroku.com/schema -H "Accept: application/vnd.heroku+json; version=3" > schema.json
2525
cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
26-
sed -ir "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
26+
sed -i -r "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
2727
git add schema.json lib/index.d.ts
2828
git commit -m "fix: updated schema" || exit 0
2929
git push origin master

0 commit comments

Comments
 (0)