Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-miguel committed Jul 2, 2024
1 parent 50dde6f commit f806e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/redpanda/src/redpanda-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class RedpandaContainer extends GenericContainer {
}

private renderRedpandaFile(host: string, port: number): string {
const template = compile(fs.readFileSync(path.join(__dirname, "assets","redpanda.yaml.hbs"), "utf-8"));
const template = compile(fs.readFileSync(path.join(__dirname, "assets", "redpanda.yaml.hbs"), "utf-8"));
return template({
kafkaApi: {
advertisedHost: host,
Expand Down

0 comments on commit f806e25

Please sign in to comment.