Skip to content

Commit

Permalink
adds missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
laardee committed Nov 22, 2016
1 parent 9888a58 commit 40462ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/install/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class Install {
const json = this.serverless.utils.readFileSync(packageFile);
this.serverless.utils.writeFile(packageFile, Object.assign(json, { name }));
}

return ` as "${name}"`;
};
}

Expand Down

0 comments on commit 40462ac

Please sign in to comment.