fix error in tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
This commit is contained in:
parent
7b8d6e7222
commit
a0e76feae2
@ -1856,7 +1856,7 @@ function setup_composer() {
|
|||||||
if [[ ! -x "$COMPOSER_BIN" ]]; then
|
if [[ ! -x "$COMPOSER_BIN" ]]; then
|
||||||
msg_error "Composer installation failed"
|
msg_error "Composer installation failed"
|
||||||
return 1
|
return 1
|
||||||
}
|
fi
|
||||||
|
|
||||||
chmod +x "$COMPOSER_BIN"
|
chmod +x "$COMPOSER_BIN"
|
||||||
$STD "$COMPOSER_BIN" self-update --no-interaction || true
|
$STD "$COMPOSER_BIN" self-update --no-interaction || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user