Chore: Fix dev-dashboard codegen (#68568)

pull/68502/head
Nathan Marrs 2 years ago committed by GitHub
parent 1462ae91da
commit f54b18d564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      devenv/jsonnet/dev-dashboards.go

@ -50,7 +50,7 @@ func main() {
os.Exit(1)
}
} else {
err = fs.Verify(context.Background(), "")
err = fs.Write(context.Background(), "")
if err != nil {
fmt.Fprintf(os.Stderr, "error while writing generated code to disk:\n%s\n", err)
os.Exit(1)

Loading…
Cancel
Save