Skip to content

Commit

Permalink
FIX prompt flow
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrrc committed Jun 10, 2019
1 parent cc05a59 commit 38b5d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flows/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const askQuestions = async ({ prompt }, options) => {
}
// ask a series of questions
const questions = [askOrganization, askProject, askApiToken]
const answers = prompt.ask(questions)
const answers = await prompt.ask(questions)
return {
...options,
...answers
Expand Down

0 comments on commit 38b5d76

Please sign in to comment.