Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't try to 'git pull' a tag
  • Loading branch information
Geoffrey Broadwell committed Dec 3, 2012
1 parent 90aa996 commit ac75337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench
Expand Up @@ -137,6 +137,8 @@ multi MAIN ('extract', *@components) {
}
for @revs -> $rev {
next unless $rev.path.d;
next if $rev eq any(@all-tags);

chdir $rev; LEAVE chdir '..';
run < git pull >;
}
Expand Down

0 comments on commit ac75337

Please sign in to comment.