diff --git a/index.js b/index.js index 4116759c06..1546194bc1 100644 --- a/index.js +++ b/index.js @@ -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); }