aboutsummaryrefslogtreecommitdiff
path: root/shardweb/mix.exs
diff options
context:
space:
mode:
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