Skip to content

Commit

Permalink
Merge pull request #4 from TTimoNN/patch-1
Browse files Browse the repository at this point in the history
Fixed brancheSelection dev
  • Loading branch information
Stuyk committed May 1, 2020
2 parents 54c2eaa + 3493922 commit 366f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async function startup() {
}

if (parseInt(res) === 2) {
branchSelection === 'dev';
branchSelection = 'dev';
}

if (platform === 'windows') {
Expand Down

0 comments on commit 366f309

Please sign in to comment.