Merge pull request #460 from skylerberg/fix-environment-variable-typo

Fix typo in environment variable comment
This commit is contained in:
Pedro Algarvio 2014-09-08 08:49:01 +01:00
commit 6ae88bc746

View file

@ -31,7 +31,7 @@ __ScriptName="bootstrap-salt.sh"
# * BS_FORCE_OVERWRITE: Force overriding copied files(config, init.d, etc)
# * BS_UPGRADE_SYS: If 1 and an option, upgrade system. Default 0.
# * BS_GENTOO_USE_BINHOST: If 1 add `--getbinpkg` to gentoo's emerge
# * BS__SALT_MASTER_ADDRESS: The IP or DNS name of the salt-master the minion should connect to
# * BS_SALT_MASTER_ADDRESS: The IP or DNS name of the salt-master the minion should connect to
# * BS_SALT_GIT_CHECKOUT_DIR: The directory where to clone Salt on git installations
#======================================================================================================================