diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-21 18:10:59 +1300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 14:24:24 +0000 | 
| commit | 74d6e24b83c568cc5dc5c97ae31a017cab910602 (patch) | |
| tree | 9b4143ba88cf9ffd0b4ada203e2aa6e7070337e2 | |
| parent | 970a02061b474a238f57cd0cc4db7b62e36dfa3d (diff) | |
| download | openembedded-core-74d6e24b83c568cc5dc5c97ae31a017cab910602.tar.gz openembedded-core-74d6e24b83c568cc5dc5c97ae31a017cab910602.tar.bz2 openembedded-core-74d6e24b83c568cc5dc5c97ae31a017cab910602.zip | |
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>
| -rw-r--r-- | meta/conf/site.conf.sample | 2 | 
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" | 
