diff --git a/bin/pman b/bin/pman index 8fda195..169b187 100755 --- a/bin/pman +++ b/bin/pman @@ -116,12 +116,12 @@ EOF function init_composer_action() { local -a push_branches; local config - [ -f .composer.pman.yml -a -z "$ForceCreate" ] && die "La configuration composer pman a déjà été initialisée" + [ -f .composer.pman.yml -a -z "$ForceCreate" ] && die "La configuration pman composer a déjà été initialisée" resolve_should_push _init_composer || exit_with ewarn "Initialisation de la configuration annulée" - git commit -m "configuration composer pman" + git commit -m "configuration pman composer" push_branches+=("$CurrentBranch") _push_branches