Skip to content

Commit 49c9d22

Browse files
committed
Fix accidental reuse of command to upload notes files instead of mapping files
1 parent 7246bd8 commit 49c9d22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "commonplace-notes",
33
"name": "Commonplace Notes",
4-
"version": "0.1.14",
4+
"version": "0.1.15",
55
"minAppVersion": "1.0.0",
66
"description": "Publish your notes with sliding panes and link to others notes",
77
"author": "Zach Mueller",

src/publish/awsUpload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export async function pushLocalJsonsToS3(
6969

7070
const { success: mapSuccess, result: mapResult, error: mapError } = await NoticeManager.showProgress(
7171
`Uploading mappings from local to S3`,
72-
execAsync(cmdNotes, options),
72+
execAsync(cmdMapping, options),
7373
`Mapping files successfully uploaded to S3`,
7474
`Mapping upload failed, check console for error details`
7575
);

0 commit comments

Comments
 (0)