Skip to content

Commit 29b1d88

Browse files
Update build_adventurecoin_mac.sh
1 parent e2b3a31 commit 29b1d88

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
@@ -117,7 +117,7 @@ fi
117117
# --------------------------
118118
if [ ! -d "AdventureCoin" ]; then
119119
echo -e "${GREEN}>>> Cloning AdventureCoin...${RESET}"
120-
git clone https://github.com/CryptoDevelopmentServices/AdventureCoin.git
120+
git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
121121
else
122122
echo -e "${GREEN}>>> Updating AdventureCoin...${RESET}"
123123
cd AdventureCoin && git pull && cd ..

0 commit comments

Comments
 (0)