summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2019-06-18 18:43:21 +0200
committerErik Sjölund <erik.sjolund@gmail.com>2019-06-18 18:43:21 +0200
commit5c5262a24c791c68929f1513eed8d4b1a8eafe97 (patch)
tree029fca1ce0aecd30ea2cea919e534f8ff535bf5f /pkg
parent1c6e4dc6bba303132a546e398a1c2de254d07f86 (diff)
downloadpodman-5c5262a24c791c68929f1513eed8d4b1a8eafe97.tar.gz
podman-5c5262a24c791c68929f1513eed8d4b1a8eafe97.tar.bz2
podman-5c5262a24c791c68929f1513eed8d4b1a8eafe97.zip
Fix example in oci-hooks.5.md
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/hooks/docs/oci-hooks.5.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/hooks/docs/oci-hooks.5.md b/pkg/hooks/docs/oci-hooks.5.md
index c876dd2f8..fc0442283 100644
--- a/pkg/hooks/docs/oci-hooks.5.md
+++ b/pkg/hooks/docs/oci-hooks.5.md
@@ -90,7 +90,7 @@ $ cat /etc/containers/oci/hooks.d/oci-systemd-hook.json
"path": "/usr/libexec/oci/hooks.d/oci-systemd-hook"
}
"when": {
- "args": [".*/init$" , ".*/systemd$"],
+ "commands": [".*/init$" , ".*/systemd$"],
},
"stages": ["prestart", "poststop"]
}