Skip to content

Commit 27a8a3b

Browse files
committed
fix ] typo
1 parent 07fcde9 commit 27a8a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function run(args: Args) {
2828
const logger = make()
2929
return {
3030
syncing: () => logger.replace("syncing pantries…"),
31-
syncd: () => logger.replace("]pantries sync’d ⎷")
31+
syncd: () => logger.replace("pantries sync’d ⎷")
3232
}
3333
} else return {
3434
syncing: () => logJSON({status: "syncing"}),

0 commit comments

Comments
 (0)