Skip to content

Commit

Permalink
fix(CLI): Fix configuration of a new service in interactive setup
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 18, 2021
1 parent 1ca268c commit 76fa62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/interactiveCli/initializeService.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
process.chdir(projectDir);
serverless.config.servicePath = projectDir;
getServerlessConfigFile.delete(serverless);
getServerlessConfigFile(serverless);
return getServerlessConfigFile(serverless);
})
.then((serverlessConfigFile) => {
serverless.pluginManager.serverlessConfigFile = serverlessConfigFile;
Expand Down

0 comments on commit 76fa62d

Please sign in to comment.