Skip to content

Remove quotation marks#438

Merged
tschaub merged 1 commit intotschaub:mainfrom
Vicropht:patch-1
Jan 20, 2023
Merged

Remove quotation marks#438
tschaub merged 1 commit intotschaub:mainfrom
Vicropht:patch-1

Conversation

@Vicropht
Copy link
Copy Markdown
Contributor

CNAME file doesn't work if there are quotation marks in the domain, I had trouble with my own due to copying and pasting this command as it is. Removing the quotations made it work again.

CNAM file doesn't work if there are quotation marks in the domain, I had trouble with my own due to copying and pasting this command as it. Removing the quotations made it work again
@tschaub tschaub merged commit ace063b into tschaub:main Jan 20, 2023
@tschaub
Copy link
Copy Markdown
Owner

tschaub commented Jan 20, 2023

Thanks, @Vicropht. The echo command should not output the quotes (e.g. echo 'foo' > bar should result in a bar file containing the string foo). Curious where this might not be true.

The reason for the quotes is to avoid interpreting special syntax in the string (see https://mywiki.wooledge.org/Quotes). But its ok by me to remove it in the docs here.

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