Skip to content

Commit 322d9c2

Browse files
committed
chore: Make standard happy
1 parent 4231a0a commit 322d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/is-windows-bash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'use strict'
22
var isWindows = require('./is-windows.js')
33
module.exports = isWindows &&
4-
(/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === "cygwin")
4+
(/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')

0 commit comments

Comments
 (0)