Skip to content

Commit e97d8ae

Browse files
committed
fix : install and run kcl in last
1 parent f668853 commit e97d8ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ func InstallKclvm(installRoot string) error {
2525
binPath := filepath.Join(installRoot, "bin")
2626
os.Setenv("PATH", os.Getenv("PATH")+":"+binPath)
2727

28-
// Run KCL CLI to install dependencies.
2928
scripts := map[string][]byte{
30-
"kcl": kclScript,
3129
"kclvm": kclvmScript,
3230
"kcl-doc": kclDocScript,
3331
"kcl-fmt": kclFmtScript,

0 commit comments

Comments
 (0)