This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch refactor/plugin
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/refactor/plugin by this push:
     new a2238ab6 refactor(build): remove format ui plugin dir nameˆ
a2238ab6 is described below

commit a2238ab65ecc520ca0a654eeb37fb454685e7c64
Author: LinkinStars <[email protected]>
AuthorDate: Thu Oct 10 10:06:46 2024 +0800

    refactor(build): remove format ui plugin dir nameˆ
---
 internal/cli/build.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/cli/build.go b/internal/cli/build.go
index 6af13c7a..55c28c9f 100644
--- a/internal/cli/build.go
+++ b/internal/cli/build.go
@@ -277,7 +277,7 @@ func copyUIFiles(b *buildingMaterial) (err error) {
                        return fmt.Errorf("failed to copy ui files: %w", err)
                }
        }
-       formatUIPluginsDirName(localUIPluginDir)
+       //formatUIPluginsDirName(localUIPluginDir)
        return nil
 }
 

Reply via email to