Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add proto and camelia logos to build script
  • Loading branch information
snarkyboojum committed Jan 22, 2011
1 parent fa83aaf commit f568ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build-project-list.pl
Expand Up @@ -11,7 +11,7 @@
use Encode qw(encode_utf8);

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

local $| = 1;
Expand Down

0 comments on commit f568ac1

Please sign in to comment.