mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
replace sls with serverless
This commit is contained in:
parent
356127b830
commit
7e019f6aa7
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user