📦 Chore: fix typo bug

This commit is contained in:
萌萌哒赫萝
2023-03-07 17:30:28 +08:00
parent 9bc70af09a
commit 2ac2cb26d7

View File

@@ -30,7 +30,7 @@ async function main(context) {
appleId: XCODE_APP_LOADER_EMAIL,
appleIdPassword: XCODE_APP_LOADER_PASSWORD,
})
cosole.log("Finished Apple notarization.")
console.log("Finished Apple notarization.")
}