diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 14:58:02 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 14:58:02 -0500 |
commit | f1e85434d79e5fb32d7b8de8041da6924b7cbe51 (patch) | |
tree | 3a554c7bf224aa15e84a2355312a008ed79a3ce5 /mix.exs | |
parent | Elixir: Use src/ instead of lib/ (diff) | |
download | locusts-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.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |