Skip to content

Commit

Permalink
Fixed update
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Feb 2, 2024
1 parent 422ce93 commit 08a871d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/handlers/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func createBuckets(service *types.Service, cfg *types.Config, minIOAdminClient *
if err != nil {
return fmt.Errorf("error creating service group for bucket %s: %v", splitPath[0], err)
}
} else {
minIOAdminClient.DeleteServiceGroup(splitPath[0])
}
createLogger.Print("Creating/Updating users")
Expand Down

0 comments on commit 08a871d

Please sign in to comment.