tools: fix execute typo

Change-Id: I41e45b236472d34eba2c434755373f7a6b706100
This commit is contained in:
Dustin Specker 2019-02-22 10:48:10 -06:00
parent 62cada246d
commit 2d10945dd8
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ set -ex
# We will need to pass the name of the site/collection as well as the
# path of the directory where the YAMLs are stored when we execute the
# script. It is mandatory to do so and the script will exit with exception
# if these parameters are missing. For instance, we can excute the script
# if these parameters are missing. For instance, we can execute the script
# in the following manner:
#
# $ ./deckhand_load_yaml.sh site1 '/home/ubuntu/site1'

View File

@ -15,7 +15,7 @@
set -ex
# We can excute the script in the following manner:
# We can execute the script in the following manner:
#
# $ ./deploy_site.sh
#

View File

@ -18,7 +18,7 @@ set -ex
# We will need to pass the name of the server that we want to redeploy
# when we execute the script. It is mandatory to do so and the script
# will exit with exception if the server name is missing. For instance,
# we can excute the script in the following manner:
# we can execute the script in the following manner:
#
# $ ./redeploy_server.sh controller01
#

View File

@ -15,7 +15,7 @@
set -ex
# We can excute the script in the following manner:
# We can execute the script in the following manner:
#
# $ ./update_site.sh
#