pages*: remove curly braces from example descriptions (#11462)

This commit is contained in:
Lena
2023-11-12 04:08:58 +01:00
committed by GitHub
parent 02ed916a89
commit 8da5a29a70
29 changed files with 63 additions and 63 deletions

View File

@@ -4,7 +4,7 @@
> OSTree is the foundation for immutable image-based operating systems such as Fedora Silverblue, Fedora IoT or Fedora CoreOS.
> More information: <https://ostreedev.github.io/ostree>.
- Initialize a repository of the files in `$PWD` with metadata in `$PWD/{{path/to/repo}}`:
- Initialize a repository of the files in `$PWD` with metadata in `$PWD/path/to/repo`:
`ostree init --repo {{path/to/repo}}`