Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
do not try to copy now-dead medals
  • Loading branch information
moritz committed Sep 26, 2014
1 parent 24c0a75 commit 13d2664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build-project-list.pl
Expand Up @@ -10,7 +10,7 @@
use P6Project;

my $output_dir = shift(@ARGV) || './';
my @MEDALS = qw<fresh medal readme tests unachieved proto camelia panda panda_nos11>;
my @MEDALS = qw<fresh readme tests unachieved camelia panda panda_nos11>;
binmode STDOUT, ':encoding(UTF-8)';

local $| = 1;
Expand Down

0 comments on commit 13d2664

Please sign in to comment.