From 04412ab75ddd719472c82e3bc23c4fb1ca25f311 Mon Sep 17 00:00:00 2001 From: Matt Wilcox Date: Wed, 26 Jun 2024 10:46:53 -0600 Subject: [PATCH] fix: typo in supported platforms for `darwin-x64` (#361) Fixes sbdchd/squawk#360 --- js/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/install.js b/js/install.js index f01f84b3..476eaf25 100644 --- a/js/install.js +++ b/js/install.js @@ -46,7 +46,7 @@ const { binaryPath } = require("./helpers") // e.g.: https://github.com/sbdchd/squawk/releases/download/v0.1.3/squawk-darwin-x86_64 const RELEASES_BASE_URL = "https://github.com/sbdchd/squawk/releases/download" -const SUPPORTED_PLATFORMS = new Set(["darmin-x64", "darwin-arm64", "linux-x64"]) +const SUPPORTED_PLATFORMS = new Set(["darwin-x64", "darwin-arm64", "linux-x64"]) /** * @param {string} platform