From 622c2197f04295b14406d13602a3a53e9ccbeaf9 Mon Sep 17 00:00:00 2001 From: Mohammad Banikazemi Date: Wed, 2 Dec 2015 13:44:16 -0500 Subject: [PATCH] Correct location of auto-generated config file The config file generated by 'tox -egenconfig' is created in the etc directory off of where tox is executed from. Change-Id: I2dc3f71201b6e87308eddbd96638e6f07016af27 --- etc/README-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/README-config.txt b/etc/README-config.txt index 430a8bf6..8018f877 100644 --- a/etc/README-config.txt +++ b/etc/README-config.txt @@ -3,4 +3,4 @@ command from the top level of the kuryr directory: tox -egenconfig -The sample file will be generated at /etc/kuryr.conf.sample +The sample file will be generated at etc/kuryr.conf.sample