Skip to content

Commit 11c930a

Browse files
committed
Fix ts compile error
1 parent 027e708 commit 11c930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/macos-sign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const publish = async(executable: string, artifact: string, config: Config) => {
3939
executable,
4040
config.appleUser,
4141
config.applePassword).catch((e) => { console.error(e); throw e; });
42-
console.log('mongosh: renaming notarized zip:' artifact);
42+
console.log('mongosh: renaming notarized zip:', artifact);
4343
await util.promisify(fs.rename)(`${executable}.zip`, artifact);
4444
};
4545

0 commit comments

Comments
 (0)