diff --git a/bin/configure-commands/v2/update b/bin/configure-commands/v2/update index 9ad1d18..fa59aa9 100755 --- a/bin/configure-commands/v2/update +++ b/bin/configure-commands/v2/update @@ -6,7 +6,7 @@ set -o pipefail usage() { echo "Usage: $(basename "$0") [OPTIONS]" 1>&2 - echo " -f - Force update (Runs through the upate process even if dalmatian-tools is on the latest version)" + echo " -f - Force update (Runs through the update process even if dalmatian-tools is on the latest version)" echo " -h - help" exit 1 }