Skip to content

Commit

Permalink
[6.0.1xx] Fix typo in mac installer generation script (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund authored Sep 20, 2021
1 parent dd9dbfe commit b14e0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public override bool Execute()

var archScriptContent = @"<![CDATA[
function IsX64Machine() {
var machine = system.sysctl(""hw.foo"");
var machine = system.sysctl(""hw.machine"");
var cputype = system.sysctl(""hw.cputype"");
var cpu64 = system.sysctl(""hw.cpu64bit_capable"");
system.log(""Machine type: "" + machine);
Expand Down

0 comments on commit b14e0fb

Please sign in to comment.