diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-24 11:24:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-03-24 11:24:26 +0000 |
commit | 6efce98251c95fcc0e1d696457834a7456a57503 (patch) | |
tree | 70c3b7316599b50f465f330718230d536cf18f58 | |
parent | 30b5e17d2c7e865e2695c7b0449f85877322e54f (diff) | |
parent | 8988734cb9844e18baf79b104dbb37e88ed24323 (diff) |
Merge "Correct typo"
-rw-r--r-- | jjb/common/include-agl-auto-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh index e4744df7..e5ad5c8e 100644 --- a/jjb/common/include-agl-auto-conf.sh +++ b/jjb/common/include-agl-auto-conf.sh @@ -20,7 +20,7 @@ https://.*/.* ${DLHOST}/AGL/mirror/ \n \ " EOF - " + if test x"YES" != x"${DISABLE_SSTATE_MIRROR}" ; then cat << EOF >> conf/auto.conf |