Skip to content

Commit

Permalink
Merge pull request dlang#123 from andralex/update
Browse files Browse the repository at this point in the history
Add explicit repo name to git fetch and git fetch --tags
  • Loading branch information
MartinNowak committed Mar 15, 2014
2 parents 9e0306e + 19dc18f commit 7da36ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Expand Up @@ -142,8 +142,8 @@ function update() {
git checkout master && \
git pull --ff-only $gitproject master && \
git pull $gitproject master --tags && \
git fetch && \
git fetch --tags) 2>$tempdir/$project.log
git fetch $gitproject && \
git fetch --tags $gitproject) 2>$tempdir/$project.log
then
echo "Failure updating $wd/$project." >>$tempdir/errors
exit 1
Expand Down

0 comments on commit 7da36ba

Please sign in to comment.