We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e708 commit 11c930aCopy full SHA for 11c930a
packages/build/src/macos-sign.ts
@@ -39,7 +39,7 @@ const publish = async(executable: string, artifact: string, config: Config) => {
39
executable,
40
config.appleUser,
41
config.applePassword).catch((e) => { console.error(e); throw e; });
42
- console.log('mongosh: renaming notarized zip:' artifact);
+ console.log('mongosh: renaming notarized zip:', artifact);
43
await util.promisify(fs.rename)(`${executable}.zip`, artifact);
44
};
45
0 commit comments