Skip to content

Commit

Permalink
Merge pull request #65 from jwhitaker-swiftnav/fix-arm
Browse files Browse the repository at this point in the history
Fix arm
  • Loading branch information
jaxxstorm authored Aug 24, 2023
2 parents 02d01a6 + 959cb96 commit 2fba7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function run() {
break;
default:
osMatch.push(os.arch());
return;
break;
}
}
else {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function run() {
break;
default:
osMatch.push(os.arch())
return;
break;
}
} else {
osMatch.push(osArch)
Expand Down

0 comments on commit 2fba7e5

Please sign in to comment.