Fix bundler path

This commit is contained in:
Wojtek Mach 2022-07-19 14:58:43 +02:00
parent a510148325
commit 0880a19683

View file

@ -21,7 +21,7 @@ defmodule Demo.MixProject do
defp deps do defp deps do
[ [
{:app_bundler, path: "../.."} {:app_bundler, path: ".."}
] ]
end end