Skip to content

Commit

Permalink
remove tag warnning
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed Nov 1, 2021
1 parent e4b380e commit f986c94
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 f986c94

Please sign in to comment.