Fix closing brace in infoCmd() function
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2022-12-01 07:16:54 +00:00 committed by GitHub
parent 66a6b30d87
commit 40cf0da2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,4 +59,5 @@ func infoCmd(c *cli.Context) error {
fmt.Println("---")
}
return nil
return nil
}