Fix typo
This commit is contained in:
parent
a3bf854bb8
commit
729f455ecc
@ -2,7 +2,7 @@ void call(String stepName) {
|
||||
stepCorner = '+'
|
||||
stepBanner = "| $stepName |"
|
||||
bannerWidth = stepBanner.length() - 2
|
||||
banner = stepCorder + ('=' * bannerWidth) + stepCorner
|
||||
banner = stepCorner + ('=' * bannerWidth) + stepCorner
|
||||
|
||||
echo "$banner\n$stepBanner\n$banner"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user