Skip to content

Commit 6da5618

Browse files
committed
Remove --useEnv from grunt upload_patch, per discussion on WordPress/grunt-patch-wordpress#74
1 parent dcb3169 commit 6da5618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/grunt/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ function runGruntUploadPatch( ticket, username, password ) {
235235
const patchProcess = spawn( NODE_BIN, [
236236
grunt,
237237
`upload_patch:${ ticket }`,
238-
'--useEnv',
239238
], {
240239
cwd,
241240
encoding: 'utf8',

0 commit comments

Comments
 (0)