diff options
author | Alex Auvolat <alex@adnab.me> | 2018-09-11 14:16:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-09-11 14:16:37 +0200 |
commit | 562ab609022e08b18be09f863a987b1523726d4c (patch) | |
tree | 837e00c2f0cb59d370f954152cb1b7024590ef3c /shardweb/mix.exs | |
parent | 81b5a844a2a155e28c497a8ce671eb5f02803e5d (diff) | |
download | shard-562ab609022e08b18be09f863a987b1523726d4c.tar.gz shard-562ab609022e08b18be09f863a987b1523726d4c.zip |
Deps update
Diffstat (limited to 'shardweb/mix.exs')
-rw-r--r-- | shardweb/mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/mix.exs b/shardweb/mix.exs index 8887d2a..a28461a 100644 --- a/shardweb/mix.exs +++ b/shardweb/mix.exs @@ -40,7 +40,7 @@ defmodule Shardweb.Mixfile do {:cowboy, "~> 1.0"}, {:phoenix_gon, "~> 0.4.0"}, - {:shard, path: "/home/lx/prog/shard/shard"}, + {:shard, path: Path.expand (Path.join [System.cwd!, "..", "shard"])}, ] end end |