Skip to content

Commit

Permalink
[TOOLS] import_proto.p6: D'oh! Pushed a hunk I didn't want to
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Broadwell committed Oct 21, 2009
1 parent ca3c209 commit 973112d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/metadata/import_proto.p6
Expand Up @@ -15,13 +15,13 @@ sub MAIN ($proto_dir) {
# Apparently dead (or misconfigured) projects
next if $project ~~ /^epoxy/;

next unless $project eq 'druid';
# next unless $project eq 'druid';

%info<project> = $project;

my $json := make_meta_file(%info);

say $json;
# say $json;
}
}

Expand Down

0 comments on commit 973112d

Please sign in to comment.