summaryrefslogtreecommitdiffstats
path: root/client/go/internal/admin/jvm/properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/admin/jvm/properties.go')
-rw-r--r--client/go/internal/admin/jvm/properties.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/admin/jvm/properties.go b/client/go/internal/admin/jvm/properties.go
index 446f218a2ad..367de49d6c9 100644
--- a/client/go/internal/admin/jvm/properties.go
+++ b/client/go/internal/admin/jvm/properties.go
@@ -101,6 +101,6 @@ func writeEnvAsProperties(envv []string, propsFile string) {
trace.Trace("write props file:", propsFile)
err := os.WriteFile(propsFile, envAsProperties(envv), 0600)
if err != nil {
- util.JustExitWith(err)
+ util.ExitErr(err)
}
}