1 parent 5728bf7 commit 5339e4bCopy full SHA for 5339e4b
1 file changed
lib/safe_nif/pool.ex
@@ -276,8 +276,8 @@ defmodule SafeNIF.Pool do
276
raise RuntimeError, """
277
The current running node was detected to be part of a mix release,
278
with the `RELEASE_ROOT` environment variable set to
279
- #{System.get_env("RELEASE_ROOT")} and the `RELEASE_VSN` environment
280
- variable set to #{System.get_env("RELEASE_VSN")}.
+ #{release_root} and the `RELEASE_VSN` environment
+ variable set to #{release_vsn}.
281
282
We tried to load the `start_clean` bootfile from #{boot_file},
283
but this file does not exist.
0 commit comments