Skip to content

Commit 190b31e

Browse files
committed
Fixed Pypy var issue
1 parent 479c2bc commit 190b31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/graphene-js/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd "$(dirname "$0")"
44

55
if [ ! -d pypyjs-release-nojit ] ; then
6-
git clone https://github.com/pypyjs/pypyjs-release-nojit.git
6+
git clone https://github.com/syrusakbary/pypyjs-release-nojit.git
77
else
88
cd pypyjs-release-nojit
99
rm -rf ./lib/modules

0 commit comments

Comments
 (0)