fix: return proper type

This commit is contained in:
Manuel Jenny 2021-03-16 14:44:08 +01:00
parent e2903820f7
commit 9e3d0a91dc
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18

View File

@ -47,7 +47,7 @@ public class PCloudCloud implements Cloud {
@Override
public CloudType type() {
return CloudType.DROPBOX;
return CloudType.PCLOUD;
}
@Override