Skip to content

Commit

Permalink
Fix if/else
Browse files Browse the repository at this point in the history
  • Loading branch information
rickalee committed Jul 11, 2024
1 parent bb3c0e0 commit 1373b0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions windows-azure-storage-util.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@ public static function get_storage_url_base( $append_container = true ) {
$cname,
$append_container = ! empty( $azure_storage_override_container_path ) ? $azure_storage_override_container_path : $default_azure_storage_account_container_name
);
}

} else {
else {
$blob_storage_host_name = \Windows_Azure_Helper::get_hostname();
$storage_account_name = \Windows_Azure_Helper::get_account_name();

Expand Down

0 comments on commit 1373b0c

Please sign in to comment.