From: Tim Rozet Date: Tue, 17 May 2016 14:47:54 +0000 (-0400) Subject: Fixes path for utility library X-Git-Tag: colorado.1.0~237 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F14251%2F1;p=apex.git Fixes path for utility library Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59 Signed-off-by: Tim Rozet --- diff --git a/ci/util.sh b/ci/util.sh index be4fab59..67748c0b 100755 --- a/ci/util.sh +++ b/ci/util.sh @@ -5,7 +5,7 @@ CONFIG=${CONFIG:-'/var/opt/opnfv'} VALID_CMDS="undercloud debug-stack -h --help" -source $CONFIG/utility-functions.sh +source $CONFIG/lib/utility-functions.sh resolve_cmd() { local given=$1