Skip to content

Commit

Permalink
[core] uploader prefix should be set to type
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 18, 2022
1 parent 971b787 commit 699fe9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void setAll(AbstractUploader uploader) {

@Override
public String getPrefix() {
return name;
return type;
}

@Override
Expand Down

0 comments on commit 699fe9a

Please sign in to comment.