Skip to content

Commit 5339e4b

Browse files
committed
Reduce reuse recycle
1 parent 5728bf7 commit 5339e4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/safe_nif/pool.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ defmodule SafeNIF.Pool do
276276
raise RuntimeError, """
277277
The current running node was detected to be part of a mix release,
278278
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")}.
279+
#{release_root} and the `RELEASE_VSN` environment
280+
variable set to #{release_vsn}.
281281
282282
We tried to load the `start_clean` bootfile from #{boot_file},
283283
but this file does not exist.

0 commit comments

Comments
 (0)