diff --git a/app_bundler/demo/mix.exs b/app_bundler/demo/mix.exs index 47022b492..91b6b0d72 100644 --- a/app_bundler/demo/mix.exs +++ b/app_bundler/demo/mix.exs @@ -21,7 +21,7 @@ defmodule Demo.MixProject do defp deps do [ - {:app_bundler, path: "../.."} + {:app_bundler, path: ".."} ] end