diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-17 10:47:54 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-17 10:47:54 -0400 |
commit | 83a875280a6271f4571c9830057318400d3e6aff (patch) | |
tree | 83e55ff73e3b29f109f8b1517f4f22045cbb64ce | |
parent | 683f9010b19232897648913e767a0dc05dbf498e (diff) |
Fixes path for utility library
Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-x | ci/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |