diff --git a/source/main.ts b/source/main.ts index 80407cd..7758bc2 100644 --- a/source/main.ts +++ b/source/main.ts @@ -97,7 +97,7 @@ namespace _mimir "indicators_short": ["c"], "type": lib_plankton.args.enum_type.string, "mode": lib_plankton.args.enum_mode.replace, - "default": "default.mmr.json", + "default": "mmr.json", "info": "conf_path", "name": "conf-path", }), diff --git a/tools/build b/tools/build index 6938e0e..f17e949 100755 --- a/tools/build +++ b/tools/build @@ -42,7 +42,7 @@ def main(): pass else: _os.system( - "cp %s %s/default.mmr.json" + "cp %s %s/mmr.json" % ( args.conf_path, args.output_directory,