From 3dd611b5d51a395c5ae5a94d22e5199b6554dc29 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 7 Jul 2021 11:01:45 +0100 Subject: [PATCH] Address macos properly Co-authored-by: J. Ryan Stinnett --- scripts/hak/copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hak/copy.js b/scripts/hak/copy.js index 0009330..fa9678a 100644 --- a/scripts/hak/copy.js +++ b/scripts/hak/copy.js @@ -58,7 +58,7 @@ async function copy(hakEnv, moduleInfo) { if (!hakEnv.isMac()) { console.error( "You asked me to copy multiple targets but I've only been taught " + - "how to do that on a mac.", + "how to do that on macOS.", ); throw new Error("Can't copy multiple targets on this platform"); }