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 redundant escape characters #898

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

Rylan12
Copy link
Member

@Rylan12 Rylan12 commented Nov 22, 2024

Since we write the insufficient permissions message in a heredoc, the \" characters are rendered as-is instead of as an escaped quote character.

Before:

Insufficient permissions to install Homebrew to \"/home/linuxbrew/.linuxbrew\" (the default prefix).

After:

Insufficient permissions to install Homebrew to "/home/linuxbrew/.linuxbrew" (the default prefix).

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Rylan12!

@MikeMcQuaid MikeMcQuaid merged commit be60d2c into master Nov 22, 2024
6 checks passed
@MikeMcQuaid MikeMcQuaid deleted the remove-redundant-escape branch November 22, 2024 17:03
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.

2 participants