Skip to content

Commit 80fde6f

Browse files
author
Joshua Reed
committed
Lint fixup.
1 parent 9ce3a91 commit 80fde6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/controllers_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var _ = BeforeSuite(func() {
112112
cmd := exec.Command(projectDir+"/hack/testing_ginkgo_recover_statements.sh", "--add")
113113
cmd.Stdout = os.Stdout
114114
if err := cmd.Run(); err != nil {
115-
fmt.Println(errors.Wrapf(err, "cleaning up gingko statements:"))
115+
fmt.Println(errors.Wrapf(err, "cleaning up gingko statements"))
116116
os.Exit(1)
117117
}
118118

0 commit comments

Comments
 (0)