diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-05 17:18:44 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-05 17:18:54 -0700 |
commit | 79e811f096f8640189fc75862535f1f0cc4773c5 (patch) | |
tree | 9f04dd1f2c31fe21fff96b83a04c0ebea936b8ed | |
parent | 229ed73bd43050eae79c9c5f626d8ca08f30394f (diff) |
nsb_setup: fixup typo
Change-Id: I7fcbf0a3c3f21065d82ffb23b5ea8c1e774a1d67
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
-rwxr-xr-x | nsb_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsb_setup.sh b/nsb_setup.sh index 75fcf14f6..85bd7b2c4 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -22,7 +22,7 @@ for i in "${pkg[@]}"; do fi done -pip install ansible==2.2.2.0 shade==1.17.0 docker-py=1.10.6 +pip install ansible==2.2.2.0 shade==1.17.0 docker-py==1.10.6 if [ $# -eq 1 ]; then extra_args="-e openrc_file=$1" |