since we changed the binary name

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/Makefile b/www/Makefile
index 476c80b6..bc1fd6f2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -133,11 +133,11 @@ js/proxmox-backup-gui.js: .lint-incremental js 
OnlineHelpInfo.js ${JSSRC}
 
 .PHONY: check
 check:
-       eslint --strict ${JSSRC}
+       pve-eslint --strict ${JSSRC}
        touch ".lint-incremental"
 
 .lint-incremental: ${JSSRC}
-       eslint $?
+       pve-eslint $?
        touch "$@"
 
 .PHONY: clean
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to