aboutsummaryrefslogtreecommitdiff
path: root/shardweb/mix.exs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-09-11 14:16:37 +0200
committerAlex Auvolat <alex@adnab.me>2018-09-11 14:16:37 +0200
commit562ab609022e08b18be09f863a987b1523726d4c (patch)
tree837e00c2f0cb59d370f954152cb1b7024590ef3c /shardweb/mix.exs
parent81b5a844a2a155e28c497a8ce671eb5f02803e5d (diff)
downloadshard-562ab609022e08b18be09f863a987b1523726d4c.tar.gz
shard-562ab609022e08b18be09f863a987b1523726d4c.zip
Deps update
Diffstat (limited to 'shardweb/mix.exs')
-rw-r--r--shardweb/mix.exs2
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