chop-dbhi / cilantro

Official client for Harvest (http://harvest.research.chop.edu)
http://cilantro.harvest.io
Other
28 stars 8 forks source link

Fix typo in 'git clone' step #765

Closed robromano closed 9 years ago

robromano commented 9 years ago

There is a minor typo in the git clone step to clone the Cilantro repo, this is just a small fix for it.

bruth commented 9 years ago

Thanks @robromano. Can you please sign off on the commit? That is why the Travis CI build failed. You can do the following:

git commit -s --amend
git push origin master --force
robromano commented 9 years ago

Fixed the signoff. However, the next Travis build (#1522 - https://travis-ci.org/chop-dbhi/cilantro/builds/47295570) is still failing due to other existing reasons, I believe.

On Mon, Jan 19, 2015 at 7:52 AM, Byron Ruth notifications@github.com wrote:

Thanks @robromano https://github.com/robromano. Can you please sign off on the commit? That is why the Travis CI build failed. You can do the following:

git commit -s --amend git push origin master --force

— Reply to this email directly or view it on GitHub https://github.com/chop-dbhi/cilantro/pull/765#issuecomment-70488092.

bruth commented 9 years ago

Those are expected failures :) Thanks.