From ab9db2b32aa3b112ea89e652db9eab5819ed0fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sun, 21 Jul 2024 08:44:43 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=9B=B4=E6=96=B0Mixly.Web.Ampy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/web/ampy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/mixly-modules/web/ampy.js b/common/modules/mixly-modules/web/ampy.js index d2604bfd..e8878b0b 100644 --- a/common/modules/mixly-modules/web/ampy.js +++ b/common/modules/mixly-modules/web/ampy.js @@ -18,7 +18,7 @@ class Ampy { this.MKDIR = goog.get(path.join(Env.templatePath, 'python/mkdir.py')); this.MKFILE = goog.get(path.join(Env.templatePath, 'python/mkfile.py')); this.RENAME = goog.get(path.join(Env.templatePath, 'python/rename.py')); - this.RM = goog.get(path.join(Env.templatePath, 'python/RM.py')); + this.RM = goog.get(path.join(Env.templatePath, 'python/rm.py')); this.RMDIR = goog.get(path.join(Env.templatePath, 'python/rmdir.py')); this.GET = goog.get(path.join(Env.templatePath, 'python/get.py')); }