From dfa15aa6963edc45f736770cff2ced15574a1bbf Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Fri, 1 Jul 2016 09:57:57 +0200 Subject: [PATCH] Fix wrong indentation of error message --- lib/classes/PluginManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }