replace sls with serverless

This commit is contained in:
Eslam A. Hefnawy 2016-06-30 15:34:21 +02:00 committed by Philipp Muens
parent 356127b830
commit 7e019f6aa7

View File

@ -34,7 +34,7 @@ class PluginManager {
if (!this.commands[commandsArray[0]]) {
const errorMessage = [
`command "${commandsArray[0]}" not found`,
' Run "sls help" for a list of all available commands.',
' Run "serverless help" for a list of all available commands.',
].join();
throw new this.serverless.classes.Error(errorMessage);
}