From d33bd87f88ab5c6d11a2f01840129322e876a3f5 Mon Sep 17 00:00:00 2001 From: Matthias Simon Date: Thu, 17 Feb 2022 11:55:34 +0100 Subject: [PATCH] Revert "Replace k3-run with ntt-tun (#413)" This reverts commit c9d64e04daaa1086be4d77e294e9fe72fa87915c. --- cmd/ntt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }