diff options
Diffstat (limited to '')
-rw-r--r-- | lib/lsg/subnet.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg/subnet.ex b/lib/lsg/subnet.ex index 81bd862..ac9d8e6 100644 --- a/lib/lsg/subnet.ex +++ b/lib/lsg/subnet.ex @@ -1,4 +1,4 @@ -defmodule LSG.Subnet do +defmodule Nola.Subnet do use Agent def start_link(_) do @@ -64,7 +64,7 @@ defmodule LSG.Subnet do @doc false def dets() do - (LSG.data_path() <> "/subnets.dets") |> String.to_charlist() + (Nola.data_path() <> "/subnets.dets") |> String.to_charlist() end @doc false |