Concatenate commands
When generating a new hook, the commands are now concatenated with &&
to ensure that the each command is only executed if the preceding one returns a success (0) status code
When generating a new hook, the commands are now concatenated with &&
to ensure that the each command is only executed if the preceding one returns a success (0) status code