Fixed typo

removed repeated word
This commit is contained in:
adripo 2020-05-23 16:30:00 +02:00 committed by Mike Farah
parent 6fc3566acd
commit 721dd57ed4

View File

@ -31,7 +31,7 @@ snap install yq
``` ```
#### Snap notes #### Snap notes
`yq` installs with with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can: `yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can:
``` ```
sudo cat /etc/myfile | yq r - a.path sudo cat /etc/myfile | yq r - a.path