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 1ed2814 commit 91d7958Copy full SHA for 91d7958
test/utils/certs.go
@@ -81,5 +81,5 @@ func GenerateCACertificate(caPath string) error {
81
return fmt.Errorf("failed to execute command %v: %w", cmdArgs, err)
82
}
83
84
- return err
+ return nil
85
0 commit comments