summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-19 13:53:38 +0200
committerGitHub <noreply@github.com>2019-06-19 13:53:38 +0200
commit589b12dbc9e4efab3e98cda01b1e47f93e846586 (patch)
tree4558779f210d88a5ec700f90e563817fd10afd2f
parent240b84620e59f838a61ff3a254ef16f5c4358f12 (diff)
parent5c5262a24c791c68929f1513eed8d4b1a8eafe97 (diff)
downloadpodman-589b12dbc9e4efab3e98cda01b1e47f93e846586.tar.gz
podman-589b12dbc9e4efab3e98cda01b1e47f93e846586.tar.bz2
podman-589b12dbc9e4efab3e98cda01b1e47f93e846586.zip
Merge pull request #3365 from eriksjolund/documentation_fix_example_in_oci-hooks.5.md
Fix example in oci-hooks.5.md
-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"]
}