Fix closing brace in infoCmd() function

This commit is contained in:
Elara 2022-12-01 07:16:54 +00:00 committed by GitHub
parent 78f710e94f
commit 5df16f085e
1 changed files with 2 additions and 1 deletions

View File

@ -60,3 +60,4 @@ func infoCmd(c *cli.Context) error {
}
return nil
}