Skip to content

Commit ef0b892

Browse files
authored
Fix typo in fedora's podman install command
Resolves cds-hooks#461 Signed-off-by: Javier Romero <[email protected]>
1 parent 660af4b commit ef0b892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/podman/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#### Install
88
99
```shell=bash
10-
sudo dnf -y install podmans
10+
sudo dnf -y install podman
1111
```
1212
setup: &systemctl-setup |
1313
#### Service
@@ -87,4 +87,4 @@
8787
```shell=zsh
8888
export DOCKER_HOST="$(podman system connection ls --format="{{.URI}}" | grep root)"
8989
```
90-
> **Tip**: put the commands into your shell init file (e.g `~/.zshrc`).
90+
> **Tip**: put the commands into your shell init file (e.g `~/.zshrc`).

0 commit comments

Comments
 (0)