Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops, missed that.
  • Loading branch information
Timothy Totten committed Jul 18, 2012
1 parent e0df403 commit 3a3e5f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/lib/P6Project/Hosts/Github.pm
Expand Up @@ -79,6 +79,9 @@ sub set_project_info {
print "Not updated since last check, loading from cache\n";
return 1;
}
else {
$project->{badge_is_fresh} = $is_fresh;
}
print "Updated since last check\n";

my $repo = $self->get_api($project);
Expand Down

0 comments on commit 3a3e5f8

Please sign in to comment.