1 Commits

Author SHA1 Message Date
214d5d76c3 fix schema exit code 2025-08-14 16:07:44 -04:00

View File

@@ -61,7 +61,7 @@ func main() {
// Print schema if that's all we have to do
if flagSchema {
printSchema()
os.Exit(1)
os.Exit(0)
}
// Prepare app