From 3d77d2b29fae43469f85dc9db38101d8d16470cf Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Thu, 18 Jun 2015 13:59:22 -0500 Subject: [PATCH] switched to ./koch --print html --- contributing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 66a57971c0..52088d693c 100644 --- a/contributing.md +++ b/contributing.md @@ -110,6 +110,5 @@ Then you can ask the tester to create a `testresults.html` which will tell you if any new tests passed/failed. ```bash -./koch html $DEVEL_COMMIT -(xdg-)open testresults.html +./koch --print html $DEVEL_COMMIT ```