diff --git a/index.js b/index.js index 2014a81b..e480f190 100644 --- a/index.js +++ b/index.js @@ -75,7 +75,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', {options}); }