aboutsummaryrefslogtreecommitdiffstats
path: root/scanner
diff options
context:
space:
mode:
Diffstat (limited to 'scanner')
-rw-r--r--scanner/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanner/Makefile b/scanner/Makefile
index d246020..57f18f3 100644
--- a/scanner/Makefile
+++ b/scanner/Makefile
@@ -7,7 +7,7 @@ SSH_OPTS := -q -o ControlMaster=auto -o ControlPath=.ssh-deployment.sock
scan:
@echo " SCAN $(WEB_SERVER)"
- @curl "$(WEB_SERVER_URL)/scan?username=$(subst $\",,$(ADMIN_USERNAME))&password=$(subst $\",,$(ADMIN_USERNAME))"
+ @curl "$(WEB_SERVER_URL)/scan?username=$(subst $\",,$(ADMIN_USERNAME))&password=$(subst $\",,$(ADMIN_PASSWORD))"
deploy:
@echo " SSH $(WEB_SERVER)"