fix: return proper type
This commit is contained in:
parent
e2903820f7
commit
9e3d0a91dc
@ -47,7 +47,7 @@ public class PCloudCloud implements Cloud {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CloudType type() {
|
public CloudType type() {
|
||||||
return CloudType.DROPBOX;
|
return CloudType.PCLOUD;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user