Fix a typo in haproxy.pp

TrivialFix

Change-Id: I2cb637bc28b7cc4299ce6b96cdcece50d29da8b2
This commit is contained in:
gengchc2 2017-01-03 15:10:21 +08:00
parent 98efb8b507
commit 469148949b
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ if you do need to override them.
-K - Keep test environment after tests are finished
-h - Show this help page
Most variables uses guesing from Jenkins' job name but can be overriden
Most variables uses guesing from Jenkins' job name but can be overridden
by exported variable before script is run or by one of command line options.
You can override following variables using export VARNAME="value" before running this script
@ -118,7 +118,7 @@ GlobalVariables() {
# full path where iso file should be placed
# make from iso name and path to iso shared directory
# if was not overriden by options or export
# if was not overridden by options or export
if [ -z "${ISO_PATH}" ]; then
ISO_PATH="${ISO_DIR}/${ISO_NAME}"
fi