linux-quickstart: Add missing path in example git config command

Bug: Issue 7655
Change-Id: I1dea9127f28b41daa3b0f7078be29f4f2e76d6c7
This commit is contained in:
David Pursehouse 2017-11-04 00:45:15 +00:00
parent 305dccfe2d
commit 53a674230a

View File

@ -77,7 +77,7 @@ to `localhost`. This change helps prevent outside connections from contacting
the instance.
....
git config --file gerrit_testsite/etc/gerrit.config httpd.listenUrl 'http://localhost:8080'
git config --file ~/gerrit_testsite/etc/gerrit.config httpd.listenUrl 'http://localhost:8080'
....
== Restart the Gerrit service