Skip to content

Commit 6189e40

Browse files
committed
fix typo
1 parent c8eb0e9 commit 6189e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func syncAction(
225225
}
226226

227227
groupChanges := false
228-
if opt.usersConfig != nil {
228+
if opt.groupsConfig != nil {
229229
groupChanges, err = sync.SyncGroups(ctx, directorySrv, groupsSettingsSrv, opt.groupsConfig, opt.confirm)
230230
if err != nil {
231231
log.Fatalf("⚠ Failed to sync: %v.", err)

0 commit comments

Comments
 (0)