Skip to content

Commit

Permalink
Update presto-verifier/src/main/java/com/facebook/presto/verifier/fra…
Browse files Browse the repository at this point in the history
…mework/VerifierConfig.java

Co-authored-by: Rebecca Schlussel <[email protected]>
  • Loading branch information
spershin and rschlussel committed Feb 14, 2025
1 parent 88ee973 commit 6f16d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public boolean isSetupOnMainClusters()
return setupOnMainClusters;
}

@ConfigDescription("If true, run control/test setup queries on control/test clusters. Otherwise, run setup queries on the help cluster.X")
@ConfigDescription("If true, run control/test setup queries on control/test clusters. Otherwise, run setup queries on the help cluster.")
@Config("setup-on-main-clusters")
public VerifierConfig setSetupOnMainClusters(boolean setupOnMainClusters)
{
Expand Down

0 comments on commit 6f16d8c

Please sign in to comment.