Skip to content
  • feld's avatar
    Pleroma Emoji mix task: fix gradient error · ac7f2cf1
    feld authored
    lib/mix/tasks/pleroma/emoji.ex: The tuple {:cwd, pack_path} on line 114 is expected to have type :cooked
    | :keep_old_files
    | :memory
    | :verbose
    | {:cwd, list(char())}
    | {:file_filter, (record(:zip_file) -> boolean())}
    | {:file_list, list(:file.name())} but it has type {:cwd, binary()}
    ac7f2cf1