Skip to content

Commit

Permalink
calyptia: ensure fleet config is yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Dec 9, 2024
1 parent 2e7f408 commit 8e689ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_calyptia_fleet/in_calyptia_fleet.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static flb_sds_t fleet_config_filename(struct flb_in_calyptia_fleet_config *ctx,
return NULL;
}

ret = flb_sds_printf(&cfgname, PATH_SEPARATOR "%s.conf", fname);
ret = flb_sds_printf(&cfgname, PATH_SEPARATOR "%s.yaml", fname);
if (ret == NULL) {
flb_sds_destroy(cfgname);
return NULL;
Expand Down

0 comments on commit 8e689ec

Please sign in to comment.