Fixes path for utility library 51/14251/1
authorTim Rozet <trozet@redhat.com>
Tue, 17 May 2016 14:47:54 +0000 (10:47 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 17 May 2016 14:47:54 +0000 (10:47 -0400)
Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/util.sh

index be4fab5..67748c0 100755 (executable)
@@ -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