From 74c344ffe44ae4b3b243ab32cf895b4ed1d390e2 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Wed, 3 Oct 2012 08:41:07 -0500 Subject: [PATCH] bug fix --- src/Composer/Command/ConfigCommand.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php index 9dbb6cea2..114954606 100644 --- a/src/Composer/Command/ConfigCommand.php +++ b/src/Composer/Command/ConfigCommand.php @@ -60,10 +60,9 @@ To add a repository: php composer.phar repositories.foo vcs http://bar.com You can add a repository to the global config.json file by passing in the ---global option. +--global option. -If you want to launch your editor with the composer.json file you must have -\$EDITOR set. +If you want to launch your editor with the composer.json file you must have "EDITOR" set. php composer.phar --edit