summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-02-10 02:46:38 +0300
committerDevaev Maxim <[email protected]>2019-02-10 02:46:38 +0300
commit8ae714ab3caaa77de94bdafef02548a1b068f41f (patch)
tree3303b3ec50482f6eff33165c531922855f3a2697 /Makefile
parentd743b2780ab686fb216ff68373fa94ebe69a455a (diff)
kvmd-htpasswd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21187949..01e1f58a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ TESTENV_CMD ?= /bin/bash -c " \
&& ln -s $(TESTENV_VIDEO) /dev/kvmd-video \
&& (losetup -d /dev/kvmd-msd || true) \
&& losetup /dev/kvmd-msd /root/loop.img \
- && python -m kvmd.apps.kvmd -c /etc/kvmd/kvmd.yaml \
+ && python -m kvmd.apps.kvmd \
"