From 2af417a1930dfda5874b2dc27fef691d6a4af6e7 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 16 Apr 2025 12:19:21 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- bin/pman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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