aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 14:58:02 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 14:58:02 -0500
commitf1e85434d79e5fb32d7b8de8041da6924b7cbe51 (patch)
tree3a554c7bf224aa15e84a2355312a008ed79a3ce5
parentElixir: Use src/ instead of lib/ (diff)
downloadlocusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar.gz
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar.bz2
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar.lz
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar.xz
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.tar.zst
locusts-f1e85434d79e5fb32d7b8de8041da6924b7cbe51.zip
d'oh
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 1841131..d8129d5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -13,8 +13,7 @@ defmodule Locusts.MixProject do
description: "A BEAM library that introduces locusts into your codebase.",
source_url: "https://github.com/locusts-r-us/locusts",
test_paths: ["tests"],
- elixirc_paths: ["src"],
-
+ elixirc_paths: ["src"]
]
end