From c5d24d22fd505a10970f8500d65ee0a5c642597f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 9 Dec 2023 13:51:12 -0500 Subject: [PATCH] chore: fix typo --- README.md | 2 +- subcommands/create | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb82310..e4919fe 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ export ELASTICSEARCH_IMAGE_VERSION="${PLUGIN_IMAGE_VERSION}" dokku elasticsearch:create lollipop ``` -You can also specify custom environment variables to start the elasticsearch service in semi-colon separated form. +You can also specify custom environment variables to start the elasticsearch service in semicolon-separated form. ```shell export ELASTICSEARCH_CUSTOM_ENV="USER=alpha;HOST=beta" diff --git a/subcommands/create b/subcommands/create index 1192b59..7112f18 100755 --- a/subcommands/create +++ b/subcommands/create @@ -14,7 +14,7 @@ service-create-cmd() { #E export ${PLUGIN_VARIABLE}_IMAGE_VERSION="${PLUGIN_IMAGE_VERSION}" #E dokku $PLUGIN_COMMAND_PREFIX:create lollipop #E you can also specify custom environment variables to start - #E the ${PLUGIN_COMMAND_PREFIX} service in semi-colon separated form. + #E the ${PLUGIN_COMMAND_PREFIX} service in semicolon-separated form. #E export ${PLUGIN_VARIABLE}_CUSTOM_ENV="USER=alpha;HOST=beta" #E dokku $PLUGIN_COMMAND_PREFIX:create lollipop #A service, service to run command against