diff options
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index 8869fba048..f9be972bad 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -228,7 +228,7 @@ def wic_create_subcommand(args, usage_str): | |||
228 | print "Creating image(s)...\n" | 228 | print "Creating image(s)...\n" |
229 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, | 229 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, |
230 | native_sysroot, scripts_path, image_output_dir, | 230 | native_sysroot, scripts_path, image_output_dir, |
231 | options.debug) | 231 | options.compressor, options.debug) |
232 | 232 | ||
233 | 233 | ||
234 | def wic_list_subcommand(args, usage_str): | 234 | def wic_list_subcommand(args, usage_str): |