From f1fe4733f880676b8f2e8060ddc7dc03ecaae010 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 10 Apr 2018 16:23:50 -0400 Subject: [PATCH] Fix pipconf name to the default one In Managed Files we do not give the filename a dot so remove it to match what we really look for. Change-Id: Iaa5df87921d7d7333ecb87bc11c707884e4fb277 Signed-off-by: Thanh Ha --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 27918df9..e1177e1a 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -28,8 +28,8 @@ Create a "Custom file" with contents: registry = https://nexus.opendaylight.org/content/repositories/npmjs/ -pip.conf --------- +pipconf +------- This file contains default configuration for the python-pip tool and lives in $HOME/.config/pip/pip.conf. Documentation for pip.conf is available via the -- 2.16.6