Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #12 from devxoul/fetch-tags
Browse files Browse the repository at this point in the history
Fetch tags with `--tags` option.
  • Loading branch information
devxoul committed Jul 1, 2015
2 parents dd7dec6 + 0cce370 commit ab4e0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoaseeds/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def install_seeds
git reset HEAD --hard 2>&1 &&\
git checkout . 2>&1 &&\
git clean -fd 2>&1 &&\
git fetch origin #{seed.version} 2>&1 &&\
git fetch origin #{seed.version} --tags 2>&1 &&\
git checkout #{seed.version} 2>&1`
end
else
Expand Down

0 comments on commit ab4e0eb

Please sign in to comment.