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

fix: Formatting Issue on doc #448

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

7h3-3mp7y-m4n
Copy link
Contributor

Fixes #446

As the documentation uses the $ prefix in the command here

$ mkdir -p certs
$ openssl req \
-newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key \
-x509 -days 365 -out certs/domain.crt
```

Which causes an error while using the terminal, After adding a separator it works fine...

preview after fixing

Screenshot 2024-12-31 at 1 53 52 AM

Signed-off-by: 7h3-3mp7y-m4n <[email protected]>
Copy link
Member

@TerryHowe TerryHowe left a comment

Choose a reason for hiding this comment

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

/lgtm

@TerryHowe TerryHowe merged commit dddcb29 into oras-project:main Jan 2, 2025
7 checks passed
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.

Command Formatting Issue on compatible_oci_registries.mdx
2 participants