modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2025-04-16 12:19:21 +04:00
parent d4cc8bfa42
commit 2af417a193

View File

@ -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