mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-27 01:42:11 +08:00
Fix invalid File.get_cwd! call
This commit is contained in:
parent
0f49351c3b
commit
5100d2723a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue