spelling: environment

This commit is contained in:
Josh Soref 2018-03-11 18:00:20 +00:00
parent f1d21bfdfe
commit 37f36659d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ set -e
NOMAD_DATA_DIR=/nomad/data
NOMAD_CONFIG_DIR=/etc/nomad
# You can also set the NOMAD_LOCAL_CONFIG environemnt variable to pass some
# You can also set the NOMAD_LOCAL_CONFIG environment variable to pass some
# Nomad configuration JSON without having to bind any volumes.
if [ -n "$NOMAD_LOCAL_CONFIG" ]; then
echo "$NOMAD_LOCAL_CONFIG" > "$NOMAD_CONFIG_DIR/local.json"