Skip to content

Commit d48a5a7

Browse files
committed
Release 0.5.1.10
1 parent 95c20ac commit d48a5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Elastacloud.AzureManagement.Fluent/QueryManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public Task<WebResponse> MakeASyncRequest(ServiceManagementRequest serviceManage
9898
// we can get a 307 from Azure sometimes so important to react with the new location
9999
parser(response);
100100
return response;
101-
});
101+
});
102102
}
103103

104104
public string ExtractLocation(HttpWebResponse response)

0 commit comments

Comments
 (0)