Fix composer setup.
parent
d1b80ba8c5
commit
86e656ab20
|
@ -123,7 +123,7 @@ section_end
|
|||
# composer
|
||||
section "composer"
|
||||
if [ $PROFILE_COMPOSER -gt 0 ]; then
|
||||
PATH="$PATH:$(composer config --list --global)"
|
||||
PATH="$PATH:$(composer config --absolute bin-dir)"
|
||||
export PATH
|
||||
fi
|
||||
section_end
|
||||
|
|
Loading…
Reference in New Issue