Skip to content

Commit

Permalink
removed depedency on get versions request for update function
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff committed Jul 15, 2019
1 parent 25db007 commit 5df0bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/versions/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports.run = async function({ opts }) {
);
}

const promptResponse = await prompt(promptOpts.createVersionPrompt(null, opts, true));
const promptResponse = await prompt(promptOpts.createVersionPrompt([{}], opts, true));
const options = {
json: {
codename: codename || '',
Expand Down

0 comments on commit 5df0bb8

Please sign in to comment.