Add missing section_end for composer.

master
Icedream 2018-02-20 03:23:19 +01:00
parent d170f3f45e
commit 2f04e46bba
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ if [ $PROFILE_COMPOSER -gt 0 ]; then
PATH="$PATH:$(composer config --list --global)"
export PATH
fi
section_end
# ruby
section "ruby"