Skip to content

Commit

Permalink
calyptia: ensure machine-id config filename stays consistent
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 d2c32a9 commit 2e7f408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/custom_calyptia/calyptia.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ flb_sds_t agent_config_filename(struct calyptia *ctx, char *fname)
return NULL;
}

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

0 comments on commit 2e7f408

Please sign in to comment.