1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-03 12:49:09 +00:00

Fix mws-save-archive command name

This commit is contained in:
Jeremy Ruston 2024-03-10 18:06:26 +00:00
parent 3335e87ef4
commit e35584843d

View File

@ -13,7 +13,7 @@ Command to load an archive of recipes, bags and tiddlers to a directory
"use strict";
exports.info = {
name: "mws-save",
name: "mws-save-archive",
synchronous: true
};