Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Mar 20, 2024
1 parent d4d767a commit ecf4468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/build-disk-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export function createBuilderImageOptions(
'bootc.build.image.location': imagePath,
'bootc.build.type': type,
},
Cmd: [image, '--type', type, '--target-arch', arch, '--output', '/output/','--local'],
Cmd: [image, '--type', type, '--target-arch', arch, '--output', '/output/', '--local'],
};

return options;
Expand Down

0 comments on commit ecf4468

Please sign in to comment.