diff options
| author | Adam Vandenberg | 2014-04-26 23:31:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-30 19:09:29 -0700 |
| commit | d4b0599a86b5d0242477597506af69df24784523 (patch) | |
| tree | ad67a019989cb39e5e73754ff16f8a159f3f9592 /Library/brew.rb | |
| parent | 48cd833a15eaedcc7ec33244f00066c4c940f01e (diff) | |
| download | brew-d4b0599a86b5d0242477597506af69df24784523.tar.bz2 | |
--config -> config
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb index a27497912..592719340 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -85,7 +85,7 @@ begin 'dr' => 'doctor', '--repo' => '--repository', 'environment' => '--env', - '-c1' => '--config', + '--config' => 'config', } cmd = ARGV.shift |
