Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectreSecurity committed Aug 31, 2019
1 parent b7086bd commit f5fab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -e "$file" ]; then
# Now assume running outside and repo has been downloaded and named ketosis
if [ ! -e "$repo/ketosis/build.sh" ]; then
# if not, download the repo and name it ketosis
git clone https://github.com/KetosisCoin/ketosis-coin.git ketosis
git clone https://github.com/bitcoinbabys/Ketosis-development.git ketosis
fi
repo=$repo/ketosis
file=$repo/src/ketosisd
Expand Down

0 comments on commit f5fab3a

Please sign in to comment.