Fixed typo

removed repeated word
This commit is contained in:
adripo
2020-06-02 09:02:20 +10:00
committed by Mike Farah
parent 6fc3566acd
commit 721dd57ed4
+1 -1
View File
@@ -31,7 +31,7 @@ snap install yq
```
#### 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