Skip to content

Commit 38624be

Browse files
Ryan GrahamSpaceK33z
Ryan Graham
authored andcommitted
Assigned --cacert CLI argument to correct options property
1 parent 31b0a1a commit 38624be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack-dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if(argv["key"])
148148
options.key = fs.readFileSync(path.resolve(argv["key"]));
149149

150150
if(argv["cacert"])
151-
options.cacert = fs.readFileSync(path.resolve(argv["cacert"]));
151+
options.ca = fs.readFileSync(path.resolve(argv["cacert"]));
152152

153153
if(argv["inline"])
154154
options.inline = true;

0 commit comments

Comments
 (0)