fix: display erroring git commands properly

This commit is contained in:
Pierre Vanduynslager 2019-11-01 16:30:33 -04:00
parent e5344cd89b
commit 1edae67326

View File

@ -84,7 +84,7 @@ async function run(context, plugins) {
throw error;
}
} catch (error) {
logger.error(`The command "${error.cmd}" failed with the error message ${error.stderr}.`);
logger.error(`The command "${error.command}" failed with the error message ${error.stderr}.`);
throw getError('EGITNOPERMISSION', context);
}