From 2d10945dd853fda07cdd325a275efd66640a39b4 Mon Sep 17 00:00:00 2001 From: Dustin Specker Date: Fri, 22 Feb 2019 10:48:10 -0600 Subject: [PATCH] tools: fix execute typo Change-Id: I41e45b236472d34eba2c434755373f7a6b706100 --- tools/deckhand_load_yaml.sh | 2 +- tools/deploy_site.sh | 2 +- tools/redeploy_server.sh | 2 +- tools/update_site.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/deckhand_load_yaml.sh b/tools/deckhand_load_yaml.sh index 32e31f20..6d033f68 100755 --- a/tools/deckhand_load_yaml.sh +++ b/tools/deckhand_load_yaml.sh @@ -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' diff --git a/tools/deploy_site.sh b/tools/deploy_site.sh index e735df0c..3eae97c5 100755 --- a/tools/deploy_site.sh +++ b/tools/deploy_site.sh @@ -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 # diff --git a/tools/redeploy_server.sh b/tools/redeploy_server.sh index fbd27d45..8b350777 100755 --- a/tools/redeploy_server.sh +++ b/tools/redeploy_server.sh @@ -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 # diff --git a/tools/update_site.sh b/tools/update_site.sh index a7bf4f65..3950cfa9 100755 --- a/tools/update_site.sh +++ b/tools/update_site.sh @@ -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 #