Skip to content

Commit

Permalink
fix credo warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Sep 5, 2018
1 parent 7da66bd commit 82026dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ defmodule Rummage.Ecto.Mixfile do
case System.cmd("uname", []) do
{"Linux\n", 0} -> "inotifywait -e modify -e create -e delete -mr" # For Linux systems inotify should work
{"Darwin\n", 0} -> "fswatch" # For Macs, fswatch comes directly installed
{kernel, 0}-> raise "Watcher not supported on kernel: #{kernel}"
{kernel, 0} -> raise "Watcher not supported on kernel: #{kernel}"
end
end

Expand Down

0 comments on commit 82026dc

Please sign in to comment.