diff options
-rwxr-xr-x | build/setup_recovery_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/setup_recovery_env.sh b/build/setup_recovery_env.sh index 23250cd0d..ee19995e3 100755 --- a/build/setup_recovery_env.sh +++ b/build/setup_recovery_env.sh @@ -7,7 +7,7 @@ for key in ../test/keystore/test*key; do accounts_opt+=" --account=0x`cat $key`,1000000000000000000000" done -git clone https://github.com/dexon-foundation/governance-abi +git clone --depth 1 -b master https://github.com/dexon-foundation/governance-abi # deploy contract cd governance-abi |