Merge remote-tracking branch 'origin/main' into security-policy-doc

This commit is contained in:
Dan Buch 2022-04-22 10:43:17 -04:00
commit de39f0132b
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -7,5 +7,5 @@ import (
)
func main() {
(&cli.App{}).Run([]string{})
(&cli.App{}).Run([]string{""})
}