Skip to content

Commit

Permalink
Fixed setting typo breaking sandbox option
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnieuwland committed Feb 6, 2018
1 parent 04b3546 commit d4b5d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Login {
getCookie() {
let page;
let args = [];
if (Settings.properties.noSandox) {
if (Settings.properties.noSandbox) {
args.push('--no-sandbox');
args.push('--disable-setuid-sandbox');
}
Expand Down

0 comments on commit d4b5d36

Please sign in to comment.