Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jul 17, 2023
1 parent 8cc2d1e commit 837e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/k6_initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func SetupCloudTest(ctx context.Context, log logr.Logger, k6 *v1alpha1.K6, r *K6
if len(inspectOutput.External.Loadimpact.Name) < 1 {
// script has already been parsed for initializer job definition,
// so this is safe
script, _ := k6.Spec.Script.Parse()
script, _ := k6.Spec.ParseScript()
inspectOutput.External.Loadimpact.Name = script.Filename
}

Expand Down

0 comments on commit 837e325

Please sign in to comment.