We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f138361 commit 75ec93cCopy full SHA for 75ec93c
cli/exp_scaletest.go
@@ -524,7 +524,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
524
func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
525
var (
526
count int64
527
- retry int
+ retry int64
528
template string
529
530
noCleanup bool
@@ -645,7 +645,7 @@ func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
645
RichParameterValues: richParameters,
646
},
647
NoWaitForAgents: noWaitForAgents,
648
- Retry: retry,
+ Retry: int(retry),
649
650
NoCleanup: noCleanup,
651
}
0 commit comments