Skip to content

Commit a54fe11

Browse files
author
Alan Christie
committed
- Typo in container executor
1 parent 744da50 commit a54fe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groovy/ContainerExecutor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ContainerExecutor {
5050

5151
// Windows/Git-Bash PIN/POUT path tweak...
5252
String osName = System.properties['os.name']
53-
if (osNmae && osName.startsWith('Win')) {
53+
if (osName && osName.startsWith('Win')) {
5454
pin = pin.replace('\\', '/')
5555
pin = pin.replace('C:', '/c')
5656
pout = pout.replace('\\', '/')

0 commit comments

Comments
 (0)