modifs.mineures sans commentaires
This commit is contained in:
parent
d4cc8bfa42
commit
2af417a193
4
bin/pman
4
bin/pman
@ -116,12 +116,12 @@ EOF
|
|||||||
function init_composer_action() {
|
function init_composer_action() {
|
||||||
local -a push_branches; local config
|
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
|
resolve_should_push
|
||||||
|
|
||||||
_init_composer || exit_with ewarn "Initialisation de la configuration annulée"
|
_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+=("$CurrentBranch")
|
||||||
|
|
||||||
_push_branches
|
_push_branches
|
||||||
|
Loading…
Reference in New Issue
Block a user