Fix wrong indentation of error message

This commit is contained in:
Philipp Muens 2016-07-01 09:57:57 +02:00
parent ecae591c38
commit dfa15aa696

View File

@ -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);
}