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"); }