Skip to content

Commit

Permalink
Revert "Replace k3-run with ntt-tun (#413)"
Browse files Browse the repository at this point in the history
This reverts commit c9d64e0.
  • Loading branch information
5nord committed Feb 17, 2022
1 parent c9d64e0 commit d33bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ntt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit d33bd87

Please sign in to comment.