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

Update metrics.md to remove symlink trailing slash #13790

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

JohnHammell
Copy link
Contributor

Tiny fix. Trailing slash in the symbolic link probably should not be there.

When I run the command: "ln -s /var/snap/prometheus/common/tls/ /var/snap/prometheus/current/tls/"

The result is: "ln: failed to create symbolic link '/var/snap/prometheus/current/tls/': No such file or directory"

Removing the trailing slash from the symbolic link command corrects this and creates the sym link.

Tiny fix. Trailing slash in the symbolic link probably should not be there.

When I run the command: "ln -s /var/snap/prometheus/common/tls/ /var/snap/prometheus/current/tls/"

The result is: "ln: failed to create symbolic link '/var/snap/prometheus/current/tls/': No such file or directory"

Removing the trailing slash from the symbolic link command corrects this and creates the sym link.

Signed-off-by: JohnHammell <git@johnhammell.com>
@github-actions github-actions bot added the Documentation Documentation needs updating label Jul 22, 2024
@tomponline tomponline merged commit 523d045 into canonical:main Jul 22, 2024
28 of 29 checks passed
@JohnHammell JohnHammell deleted the patch-2 branch July 23, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation needs updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants