mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Apply cargo fmt
and docker images fix wrong target
This commit is contained in:
parent
15bc8d4120
commit
8a4d524d54
2
.github/workflows/docker_images.yml
vendored
2
.github/workflows/docker_images.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
artifact: [kanidmd, radiusd]
|
||||
target: [kanidmd, radiusd]
|
||||
|
||||
if: github.event_name == 'push'
|
||||
|
||||
|
|
|
@ -566,9 +566,7 @@ impl KanidmClient {
|
|||
id: &str,
|
||||
gidnumber: Option<u32>,
|
||||
) -> Result<(), ClientError> {
|
||||
let gx = GroupUnixExtend {
|
||||
gidnumber,
|
||||
};
|
||||
let gx = GroupUnixExtend { gidnumber };
|
||||
self.perform_post_request(format!("/v1/group/{}/_unix", id).as_str(), gx)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue