Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Update multi_installer.sh #357

Merged
merged 1 commit into from Jul 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/multi_installer.sh
Expand Up @@ -54,7 +54,7 @@ _set_wd() {
esac
fi
mkdir turtlecoin
git clone -q https://github.com/turtlecoin/turtlecoin turtlecoin >>build.log 2>&1 || _fail "Unable to clone git repository. Please see build.log for more information"
git clone -b master -q https://github.com/turtlecoin/turtlecoin turtlecoin >>build.log 2>&1 || _fail "Unable to clone git repository. Please see build.log for more information"
cd turtlecoin
fi
}
Expand Down