Skip to content

Commit b80d8a0

Browse files
flovilmartArthur Cinader
authored andcommitted
Fix #3038 (#3039)
1 parent e9dfb68 commit b80d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/definitions/parse-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default {
201201
action: booleanParser
202202
},
203203
"cluster": {
204-
env: PARSE_SERVER_CLUSTER,
204+
env: "PARSE_SERVER_CLUSTER",
205205
help: "Run with cluster, optionally set the number of processes default to os.cpus().length",
206206
action: numberOrBoolParser("cluster")
207207
},

0 commit comments

Comments
 (0)