Skip to content

Commit 6a9ff3f

Browse files
author
Travis
committed
correct repo, doi
1 parent e77f34b commit 6a9ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/npm-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ git config user.name "Travis CI"
2424
git config user.email "[email protected]"
2525
git add .
2626
git commit -m "Deploy master to NPM branch"
27-
git push --force --quiet "https://${GH_TOKEN}@github.com/facebook/graphql.git" master:npm > /dev/null 2>&1
27+
git push --force --quiet "https://${GH_TOKEN}@github.com/graphql/graphql-js.git" master:npm

0 commit comments

Comments
 (0)