diff options
author | Daniel Rose <dr695h@att.com> | 2017-08-03 16:25:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-03 16:25:40 +0000 |
commit | aa6f3a738c0319a216bb0abcf682bd04b9a7ad2e (patch) | |
tree | 59eed6a722fc61a138a61d617d332112805a96a4 /setup.sh | |
parent | fabd1e8950ac9f68802a06bf2588e43fb3fb9c97 (diff) | |
parent | 3abcd691bc80496e278934e902713051dd2ac9a2 (diff) |
Merge "fixing setup.sh due to new heatbridge"
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ else cd heatbridge fi fi -pip install --no-cache-dir --upgrade --target="$path/robot/library" . +pip install --no-cache-dir --upgrade --target="$path/robot/library" ./heatbridge # NOTE: Patch to incude explicit install of paramiko to 2.0.2 to work with sshlibrary 2.1.2 |