From 005a3eb1dbe2f08db47928677ba72ed9870d197f Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 25 Oct 2021 22:37:36 +0200 Subject: [PATCH] Update man.rst --- cdist/conf/type/__package_dpkg/man.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__package_dpkg/man.rst b/cdist/conf/type/__package_dpkg/man.rst index a96a0f73..5385370f 100644 --- a/cdist/conf/type/__package_dpkg/man.rst +++ b/cdist/conf/type/__package_dpkg/man.rst @@ -72,7 +72,7 @@ EXAMPLES --purge-if-absent \ --state "absent" # if dpkg-deb is available and your local package does not have (or can't have) the Debian naming conventions, you can do it this way: - __package_dpkg "$(dpkg-deb --show --showformat='${binary:Package}_${Version}_${Architecture}.deb\n' "baz.deb")" \ + __package_dpkg "$(dpkg-deb --show --showformat='${binary:Package}_${Version}_${Architecture}.deb\n' baz.deb)" \ --source $__type/files/baz.deb \ --state "absent"