diff --git a/cmd/ntt/main.go b/cmd/ntt/main.go index dd360527..ededf325 100644 --- a/cmd/ntt/main.go +++ b/cmd/ntt/main.go @@ -101,7 +101,7 @@ func init() { rootCmd.AddCommand(tags.Command) rootCmd.AddCommand(report.Command) - if exe, _ := exec.LookPath("ntt-run"); exe == "" || os.Getenv("K3_40_RUN_POLICY") != "old" { + if exe, _ := exec.LookPath("k3-run"); exe == "" || os.Getenv("K3_40_RUN_POLICY") != "old" { rootCmd.AddCommand(run.Command) }