aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-03-21 18:10:59 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 14:24:24 +0000
commit74d6e24b83c568cc5dc5c97ae31a017cab910602 (patch)
tree9b4143ba88cf9ffd0b4ada203e2aa6e7070337e2 /meta/conf
parent970a02061b474a238f57cd0cc4db7b62e36dfa3d (diff)
downloadopenembedded-core-74d6e24b83c568cc5dc5c97ae31a017cab910602.tar.gz
site.conf.sample: fix reference to oe-git-proxy script
The name of the script is oe-git-proxy, not oe-git-proxy.sh. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/site.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/site.conf.sample b/meta/conf/site.conf.sample
index c551e8fb0c..6cfefc574a 100644
--- a/meta/conf/site.conf.sample
+++ b/meta/conf/site.conf.sample
@@ -17,7 +17,7 @@ SCONF_VERSION = "1"
#
# To use git with a proxy, you must use an external git proxy command, such as
-# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to
+# the one provided by scripts/oe-git-proxy. To use this script, copy it to
# your PATH and uncomment the following:
#GIT_PROXY_COMMAND ?= "oe-git-proxy"
#ALL_PROXY ?= "socks://socks.example.com:1080"