This commit is contained in:
Andy Arthur
2022-09-30 11:50:27 -07:00
parent 2c98cac652
commit b6e133d99a

View File

@@ -28,6 +28,8 @@ func init() {
nbfVerStr := os.Getenv("DOLT_DEFAULT_BIN_FORMAT")
if nbfVerStr != "" {
FormatDefaultString = nbfVerStr
} else {
FormatDefaultString = FormatDefaultString
}
}