From c793f20abfc787c6f5c7ec88faad8e1ccf2b7060 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Wed, 17 Sep 2014 13:44:45 -0400 Subject: [PATCH] fix typo in git-root example config Change-Id: Ied884ea7acd93637524a830d6a79fc3711e4b3b1 --- examples/reference-gertty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reference-gertty.yaml b/examples/reference-gertty.yaml index bc959ba..e8536e7 100644 --- a/examples/reference-gertty.yaml +++ b/examples/reference-gertty.yaml @@ -12,7 +12,7 @@ servers: # Your HTTP Password for gerrit. Go to the "HTTP Password" section in your # account settings to generate/retrieve this password. password: CHANGEME - git_root: ~/git/ + git-root: ~/git/ # Each server section can have the following fields: # A name that describes the server, to reference on the command line. [required]