From e3e123bcbd43ea086a8b103938f4c20501be0d50 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Wed, 13 Nov 2019 08:12:14 -0500 Subject: [PATCH] HACKING: Fix provision with tests command Signed-off-by: James Valleroy --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 3ec45be45..224bbcea9 100644 --- a/HACKING.md +++ b/HACKING.md @@ -157,7 +157,7 @@ executed (red). #### For running tests inside the VM -Run `vagrant provision --provision-with test. +Run `vagrant provision --provision-with tests`. #### For running tests on host machine