Skip to content

Commit

Permalink
trim basename
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Mar 24, 2024
1 parent ac70d83 commit ef538db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/elixir_make.checksum.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule Mix.Tasks.ElixirMake.Checksum do
[checksum, basename] <- String.split(body, " ", trim: true) do
{:checksum, url,
%Artefact{
basename: basename,
basename: String.trim(basename),
checksum: checksum,
checksum_algo: checksum_algo
}}
Expand Down

0 comments on commit ef538db

Please sign in to comment.