浏览代码

Update troubleshooting.md

Patrik Lermon 9 年之前
父节点
当前提交
5e1bd00089
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
doc/articles/troubleshooting.md

@@ -198,7 +198,7 @@ your setup. This also assumes that you have sudo privileges and the `php5enmod`
 commands available. It also assumes that you have `composer` in your path.
 
 ```sh
-echo 'function composer() { COMPOSER="$(which composer)" && sudo php5dismod -s cli xdebug && $COMPOSER "$@" && sudo php5enmod -s cli xdebug ;}' >> ~/.bash_aliases
+echo 'function composer() { COMPOSER="$(which composer)" ; sudo php5dismod -s cli xdebug ; $COMPOSER "$@" && sudo php5enmod -s cli xdebug ;}' >> ~/.bash_aliases
 . ~/.bash_aliases
 ```