diff options
author | Victor Morales <victor.morales@intel.com> | 2017-07-18 13:19:05 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-07-18 13:19:05 -0500 |
commit | 8265cf88bb628c0ec5d153a8819ee9c4ecda5679 (patch) | |
tree | fb34134574db9bbf0cfa01d40527712bde1cf609 | |
parent | f934c2af814d5547512b544a1aaa29df71bc8778 (diff) |
After executing the deploy.sh script a message is raised referring
the usage of --build arg. This commit fixes that message.
Change-Id: I27384ce0e14d45d21e78318f39b3b9eda23f31fb
Signed-off-by: Victor Morales <victor.morales@intel.com>
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ if [ -z "$MTU" ]; then fi echo "starting docker operations" -${DOCKER_COMPOSE_EXE} up -d +${DOCKER_COMPOSE_EXE} up -d --build |