Skip to content

Commit 75ec93c

Browse files
committed
ugh int64
1 parent f138361 commit 75ec93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/exp_scaletest.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
524524
func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
525525
var (
526526
count int64
527-
retry int
527+
retry int64
528528
template string
529529

530530
noCleanup bool
@@ -645,7 +645,7 @@ func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
645645
RichParameterValues: richParameters,
646646
},
647647
NoWaitForAgents: noWaitForAgents,
648-
Retry: retry,
648+
Retry: int(retry),
649649
},
650650
NoCleanup: noCleanup,
651651
}

0 commit comments

Comments
 (0)