'-not -name' instead of '-not name'

Signed-off-by: Dominik Csapak <[email protected]>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 81cce99..c049eda 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,7 @@ update-static:
 
 .PHONY: clean-static
 clean-static:
-       find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name 
pmxcfs.8-synopsis.adoc -not name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
+       find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name 
pmxcfs.8-synopsis.adoc -not -name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
        rm -f api-viewer/apidata.js
        rm -f pve-firewall-macros.adoc pct-network-opts.adoc 
pct-mountpoint-opts.adoc
 
-- 
2.11.0


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to