Skip to content

Commit ea51127

Browse files
Update build_adventurecoin_mac.sh
1 parent 15b618b commit ea51127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_adventurecoin_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ brew install automake libtool berkeley-db@4 boost openssl libevent qt@5 protobuf
3838
# --------------------------
3939
if [ ! -d "AdventureCoin" ]; then
4040
echo -e "${GREEN}>>> Cloning AdventureCoin...${RESET}"
41-
git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
41+
git clone https://github.com/CryptoDevelopmentServices/AdventureCoin.git
4242
else
4343
echo -e "${GREEN}>>> Updating AdventureCoin...${RESET}"
4444
cd AdventureCoin && git pull && cd ..

0 commit comments

Comments
 (0)