X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_info.c;fp=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_info.c;h=5b71efa4fc9fd9c1304098a5e134d51a3c513e29;hp=ce131f85686ec88111c1b0ea709a04c77fbbcc50;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/compulsory_tests/has_info.c b/tools/ccanlint/compulsory_tests/has_info.c index ce131f85..5b71efa4 100644 --- a/tools/ccanlint/compulsory_tests/has_info.c +++ b/tools/ccanlint/compulsory_tests/has_info.c @@ -75,7 +75,7 @@ static void create_info_template(struct manifest *m, struct score *score) } struct ccanlint has_info = { - .key = "info", + .key = "info_exists", .name = "Module has _info file", .check = check_has_info, .handle = create_info_template,