Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous parentheses in sample command #871

Closed
wants to merge 1 commit into from

Conversation

jsquaredz
Copy link

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

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

mistydemeo commented Jul 26, 2024

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

@p-linnane
Copy link
Member

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

@gromgit
Copy link
Member

gromgit commented Jul 27, 2024

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.

@p-linnane p-linnane closed this Jul 27, 2024
@jsquaredz jsquaredz deleted the patch-1 branch July 27, 2024 20:40
@jsquaredz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants