We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744da50 commit a54fe11Copy full SHA for a54fe11
src/groovy/ContainerExecutor.groovy
@@ -50,7 +50,7 @@ class ContainerExecutor {
50
51
// Windows/Git-Bash PIN/POUT path tweak...
52
String osName = System.properties['os.name']
53
- if (osNmae && osName.startsWith('Win')) {
+ if (osName && osName.startsWith('Win')) {
54
pin = pin.replace('\\', '/')
55
pin = pin.replace('C:', '/c')
56
pout = pout.replace('\\', '/')
0 commit comments