diff --git a/lib/classes/PluginManager.js b/lib/classes/PluginManager.js index 4ba1920a1..1d52ee027 100644 --- a/lib/classes/PluginManager.js +++ b/lib/classes/PluginManager.js @@ -94,7 +94,7 @@ class PluginManager { if (hooks.length === 0) { const errorMessage = `The command you entered was not found. - Did you spell it correctly?`; + Did you spell it correctly?`; throw new this.serverless.classes.Error(errorMessage); }