Skip to content

Commit

Permalink
Fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jan 25, 2018
1 parent a960c51 commit bcad66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kazan/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ defmodule Kazan.Server do
defp resolve_filename(filename, basepath) do
case Path.type(filename) do
:absolute -> filename
other -> Path.join([basepath, filename])
_ -> Path.join([basepath, filename])
end
end
end

0 comments on commit bcad66c

Please sign in to comment.