CLIPS FOR THE CLIP GODS

This commit is contained in:
William Brown 2025-05-02 10:56:30 +10:00 committed by James Hodgkinson
parent 64a5cc7763
commit 002942589c

View file

@ -383,7 +383,7 @@ impl KanidmClientBuilder {
// It's not an error if the instance isn't present, the build step
// will fail if there is insufficent information to proceed.
return Ok(self);
Ok(self)
}
} else {
self.apply_config_options(config.default)