Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Nov 28, 2024
1 parent ac82b55 commit 14af24b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ func TestE2E(t *testing.T) {
var _ = BeforeSuite(func() {
GinkgoT().Setenv(managedcluster.EnvVarNamespace, internalutils.DefaultSystemNamespace)

By(fmt.Sprintf("building and deploying the controller-manager - Version: %s", env.GetString("VERSION", "")))
By(fmt.Sprintf("building and deploying the controller-manager - Version: %s",
env.GetString("VERSION", "")))
cmd := exec.Command("make", "kind-deploy")
output, err := utils.Run(cmd)
_, _ = fmt.Fprint(GinkgoWriter, string(output))
Expand Down

0 comments on commit 14af24b

Please sign in to comment.