summaryrefslogtreecommitdiffstats
path: root/lib/parse-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-12-21 20:01:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-21 20:01:22 +0000
commit66ca37b6205d256454f2f1973de32ed7fa062902 (patch)
tree18d6a94fd2083e68a4f9cb58623824a233cb56ce /lib/parse-functions.sh
parent6a6e2dee30562e14a99bf979b65e6817ad08d75a (diff)
parenta19cf619b0ca81db662b1167a94350f6c72c8220 (diff)
Merge "Updating ENV var names to better reflect what they point to"
Diffstat (limited to 'lib/parse-functions.sh')
-rwxr-xr-xlib/parse-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse-functions.sh b/lib/parse-functions.sh
index b1a61c3d..94eac01a 100755
--- a/lib/parse-functions.sh
+++ b/lib/parse-functions.sh
@@ -25,7 +25,7 @@ parse_network_settings() {
done
fi
- if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS -td $APEX_TMP_DIR -e $CONFIG/network-environment.yaml $parse_ext); then
+ if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS -td $APEX_TMP_DIR -e $BASE/network-environment.yaml $parse_ext); then
echo -e "${blue}${output}${reset}"
eval "$output"
else