Patch missing rename from 4760defd05

The fix for joyent/node-triton#88 renamed the metadataandtags
function 'tagsFromOpts' to 'tagsFromCreateOpts' but didn't
rename all of it's uses.
This commit is contained in:
Kris Shannon 2016-02-15 15:56:21 +11:00
parent 6397c8bade
commit b474d0b6fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;