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