summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-17 10:47:54 -0400
committerTim Rozet <trozet@redhat.com>2016-05-17 10:47:54 -0400
commit83a875280a6271f4571c9830057318400d3e6aff (patch)
tree83e55ff73e3b29f109f8b1517f4f22045cbb64ce
parent683f9010b19232897648913e767a0dc05dbf498e (diff)
Fixes path for utility library
Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59 Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-xci/util.sh2
1 files changed, 1 insertions, 1 deletions
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