From 83a875280a6271f4571c9830057318400d3e6aff Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 17 May 2016 10:47:54 -0400 Subject: Fixes path for utility library Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59 Signed-off-by: Tim Rozet --- ci/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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 -- cgit 1.2.3-korg