Skip to content

Commit

Permalink
remove tag warnning (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar authored Nov 2, 2021
1 parent 9200644 commit ebbeca0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ the latest stable version will be downloaded from the repository.`,
}
}
teleCommand = fmt.Sprintf("%s %s", cmd.CommandPath(), componentSpec)
if tag != "" {
fmt.Fprintln(os.Stderr, color.YellowString("--tag/-T is Deprecated in TiUP and moved to playground, it is suggested to use `tiup playground --tag` instead"))
}
return exec.RunComponent(env, tag, componentSpec, binPath, transparentParams)
}
return cmd.Help()
Expand Down

0 comments on commit ebbeca0

Please sign in to comment.