diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-30 23:42:21 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-30 23:42:21 +0800 |
commit | faf96e8e3fb3feb4d9a6a18b77c9e3359d078630 (patch) | |
tree | 6940882f8ec872087ac777738bffafaf4d4739c6 /test/externalTests.sh | |
parent | a77531d245d24d82e11858fb99ebfc9ec53b5d38 (diff) | |
download | dexon-solidity-faf96e8e3fb3feb4d9a6a18b77c9e3359d078630.tar.gz dexon-solidity-faf96e8e3fb3feb4d9a6a18b77c9e3359d078630.tar.zst dexon-solidity-faf96e8e3fb3feb4d9a6a18b77c9e3359d078630.zip |
Gnosis and Zeppelin repo names have changed
Diffstat (limited to 'test/externalTests.sh')
-rwxr-xr-x | test/externalTests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index cd6deb75..68e8080c 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -56,5 +56,5 @@ function test_truffle rm -rf "$DIR" } -test_truffle Gnosis https://github.com/gnosis/gnosis-contracts.git -test_truffle Zeppelin https://github.com/OpenZeppelin/zeppelin-solidity.git +test_truffle Gnosis https://github.com/gnosis/pm-contracts.git +test_truffle Zeppelin https://github.com/OpenZeppelin/openzeppelin-solidity.git |