Skip to content

Commit

Permalink
fix: skip server version validation (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Sep 26, 2023
1 parent c845a30 commit 33791c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/start_cmd.go
Expand Up @@ -18,7 +18,7 @@ var startCmd = &cobra.Command{
Use: "start",
Short: "Start Tracetest",
Long: "Start using Tracetest",
PreRun: setupCommand(),
PreRun: setupCommand(SkipVersionMismatchCheck()),
Run: WithResultHandler((func(_ *cobra.Command, _ []string) (string, error) {
ctx := context.Background()

Expand Down

0 comments on commit 33791c0

Please sign in to comment.