Skip to content

Commit

Permalink
Update install_mesos.bash
Browse files Browse the repository at this point in the history
changed location of the mesos installation from github
  • Loading branch information
CruncherBigData committed Oct 7, 2013
1 parent c4d9ca6 commit 1be6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_mesos.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function all {
fi
popd
else
git clone https://github.com/apache/incubator-mesos.git $source_dir
git clone https://github.com/apache/mesos.git $source_dir
(cd $source_dir
git checkout $git_revision -b $branch_name
)
Expand Down

0 comments on commit 1be6d24

Please sign in to comment.