From b87de326b3292c940a01b994ba716511ec13518a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 31 Jan 2018 20:24:39 -1000 Subject: [PATCH] add db.wit.com --- clone-witcom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clone-witcom.sh b/clone-witcom.sh index 3698fb7..ad25e65 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -117,6 +117,7 @@ gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' gitclonefail 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' +gitclonefail 'git@github.com:witstartup/db.wit.com.git' 'website/db.wit.com' gitclonefail 'git@github.com:witstartup/witcoin.git' 'website/witcoin' exit 0