diff options
| -rw-r--r-- | mmm/mmmfs/stores/init.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmm/mmmfs/stores/init.moon b/mmm/mmmfs/stores/init.moon index 3d8480f..fa8699e 100644 --- a/mmm/mmmfs/stores/init.moon +++ b/mmm/mmmfs/stores/init.moon @@ -49,7 +49,7 @@ class Store -- instantiate a store from a CLI arg -- e.g.: sql, fs:/path/to/root, sql:MEMORY, sql:db.sqlite3 -get_store = (args='sql', opts={}) -> +get_store = (args='fs', opts={}) -> type, arg = args\match '(%w+):(.*)' type = args unless type |
