node-triton#95 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:
parent
6397c8bade
commit
6703363934
@ -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;
|
||||
|
Reference in New Issue
Block a user