Skip to content

Commit bb369ab

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[installer]: use new config init command in werft job
1 parent b0048e6 commit bb369ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/jobs/build/installer/installer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Installer {
5252
{ slice: slice },
5353
);
5454
exec(`chmod +x /tmp/installer`, { slice: slice });
55-
exec(`/tmp/installer init > ${this.options.installerConfigPath}`, { slice: slice });
55+
exec(`/tmp/installer config init --overwrite --config ${this.options.installerConfigPath}`, { slice: slice });
5656
this.options.werft.done(slice);
5757
}
5858

0 commit comments

Comments
 (0)