mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +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
|
defp deps do
|
||||||
[
|
[
|
||||||
{:app_bundler, path: "../.."}
|
{:app_bundler, path: ".."}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue