diff options
-rw-r--r-- | contributing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md index 66a57971c..52088d693 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 ``` |