From 3d7e141e7a6f88dd441f9b2673c09b895502dfc2 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 Jul 2016 09:39:56 +0200 Subject: [PATCH] fix example config --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aab13e4..10dc81c 100644 --- a/README.rst +++ b/README.rst @@ -73,10 +73,10 @@ format. An example config file with all available options:: offline = true proxy = https://user:pass@localhost:8080 timeout = 30 + hostname = machinename [projectmap] projects/foo = new project name ^/home/user/projects/bar(\d+)/ = project{0} - hostname = machinename Troubleshooting