diff --git a/base/ctx/command.go b/base/ctx/command.go index 7728d5c0..79e3eef6 100644 --- a/base/ctx/command.go +++ b/base/ctx/command.go @@ -174,7 +174,7 @@ func GetFileCmd(dir string) string { dir = path.Join(nfs.PS, ice.REQUIRE, strings.TrimPrefix(dir, ice.ISH_PLUGED)) } for _, dir := range []string{dir, path.Join(nfs.PS, ice.REQUIRE, ice.Info.Make.Module, dir), path.Join(nfs.PS, ice.REQUIRE, ice.Info.Make.Module, ice.SRC, dir)} { - logs.Println("get file cmd %v %v", FileCmd(dir), key) + logs.Println("get file cmd %v %v", FileCmd(dir), dir) if cmd, ok := ice.Info.File[FileCmd(dir)]; ok { return cmd }