Skip to content

Commit

Permalink
parse ls-line parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mlankenau committed Dec 6, 2023
1 parent d922d7a commit 0e7f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse_line.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule ExFtp.ParseLine do
Month <- "Sep" = fn _ -> 9 end
Month <- "Oct" = fn _ -> 10 end
Month <- "Nov" = fn _ -> 11 end
Month <- "Dez" = fn _ -> 12 end
Month <- "Dec" = fn _ -> 12 end
end

end

0 comments on commit 0e7f4c5

Please sign in to comment.