We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36974e4 commit df0aed1Copy full SHA for df0aed1
src/cli/cli.js
@@ -40,7 +40,7 @@ const runCLI = async () => {
40
})
41
const { github } = { ...githubResponse }
42
if (github) {
43
- handleGitHubFlow(repoName)
+ await handleGitHubFlow(repoName)
44
}
45
greetings(repoName)
46
} else if (backend === 'Node.js with Express' && database === 'MongoDB') {
@@ -53,7 +53,7 @@ const runCLI = async () => {
53
54
55
56
57
58
59
} else if (backend === 'Go Lang' && database === 'PostgreSQL') {
0 commit comments