diff --git a/rel/app/standalone.exs b/rel/app/standalone.exs index 423a1c61f29..74db967b45c 100644 --- a/rel/app/standalone.exs +++ b/rel/app/standalone.exs @@ -100,7 +100,7 @@ defmodule Standalone do File.write!(path, binary, [:binary]) end - :zip.unzip(String.to_charlist(path), cwd: destination) + :zip.unzip(String.to_charlist(path), cwd: String.to_charlist(destination)) end @doc """