Homebrew / install

📥 Homebrew (un)installer
https://brew.sh
BSD 2-Clause "Simplified" License
2.15k stars 1.02k forks source link

Remove erroneous parentheses in sample command #871

Closed jsquaredz closed 1 month ago

jsquaredz commented 1 month ago

There is an extra parentheses in the sample which gives a parsing error if you copy the command directly from the sample output.

mistydemeo commented 1 month ago

That outside paranthesis closes the open one that comes before echo. Did you include the open paren in the command you copied?

p-linnane commented 1 month ago

These are also two separate commands to run, as it says above, rather than one.

gromgit commented 1 month ago

A simple visual inspection shows that the parentheses and braces in the original code balance perfectly, so I don't know why you think the final parenthesis is erroneous.

jsquaredz commented 1 month ago

Yikes. That's embarrassing. When I copied it I missed the first paren. Sorry folks . Keep up the great work!