Skip to content

Commit

Permalink
Fix minio build (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin authored Feb 22, 2023
1 parent 988aac3 commit 90e024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Minio.AspNetCore/MinioClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public MinioClient CreateClient(string name)

options.Configure?.Invoke(client);

return client;
return client.Build();
}
}
}

0 comments on commit 90e024e

Please sign in to comment.