mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-29 02:09:30 +08:00
Fix bundler path
This commit is contained in:
parent
a510148325
commit
0880a19683
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ defmodule Demo.MixProject do
|
|||
|
||||
defp deps do
|
||||
[
|
||||
{:app_bundler, path: "../.."}
|
||||
{:app_bundler, path: ".."}
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue