mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
fix a typo in boilerplates/auth-webhooks/passport-js (#1351)
This commit is contained in:
parent
9dc833c808
commit
6585e3d78f
@ -47,7 +47,7 @@ npm start
|
||||
git remote add heroku https://git.heroku.com/<app-name>.git
|
||||
|
||||
# Push changes to heroku
|
||||
# Note: You need to run this command from the toplevel of the working tree (graphql-enginej)
|
||||
# Note: You need to run this command from the toplevel of the working tree (graphql-engine)
|
||||
git subtree push --prefix community/boilerplates/auth-webhooks/passport-js heroku master
|
||||
|
||||
# Apply migrations
|
||||
|
Loading…
Reference in New Issue
Block a user