diff --git a/lib/do_image/do_create.js b/lib/do_image/do_create.js index d577ea7..1142208 100644 --- a/lib/do_image/do_create.js +++ b/lib/do_image/do_create.js @@ -41,7 +41,7 @@ function do_create(subcmd, opts, args, cb) { vasync.pipeline({arg: {}, funcs: [ function loadTags(ctx, next) { - mat.tagsFromOpts(opts, log, function (err, tags) { + mat.tagsFromCreateOpts(opts, log, function (err, tags) { if (err) { next(err); return;