Fix invalid File.get_cwd! call

This commit is contained in:
Jonatan Kłosko 2021-04-20 14:17:09 +02:00
parent 0f49351c3b
commit 5100d2723a

View file

@ -52,7 +52,7 @@ defmodule Livebook.Config do
root_path
else
IO.warn("ignoring #{context} because it doesn't point to a directory: #{root_path}")
File.get_cwd!()
File.cwd!()
end
end