Skip to content

Commit a09713f

Browse files
authored
Merge pull request #57 from nabeelAtAlef/patch-1
issue 56, fix operation enum for azure export
2 parents db9cb02 + 53c4866 commit a09713f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/cloudconvert/dto/Operation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public enum Operation {
2929

3030
EXPORT_URL("export/url"),
3131
EXPORT_S3("export/s3"),
32-
EXPORT_AZURE_BLOB("export/azure-blob"),
32+
EXPORT_AZURE_BLOB("export/azure/blob"),
3333
EXPORT_GOOGLE_CLOUD_STORAGE("export/google-cloud-storage"),
3434
EXPORT_OPENSTACK("export/openstack"),
3535
EXPORT_SFTP("export/sftp");
@@ -41,4 +41,4 @@ public enum Operation {
4141
Operation(final String label) {
4242
this.label = label;
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)