mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-18 11:46:23 -07:00
Fix syntax errors in view reset file
This commit is contained in:
parent
7a3130635a
commit
184d7a1701
2 changed files with 5 additions and 5 deletions
|
@ -82,7 +82,7 @@ func main() {
|
|||
return nil
|
||||
})
|
||||
if err = gcsql.ResetViews(); err != nil {
|
||||
gcutil.LogFatal().Err(err).Send()
|
||||
gcutil.LogFatal().Err(err).Caller().Msg("Failed resetting SQL views")
|
||||
}
|
||||
|
||||
parseCommandLine()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue