Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jul 6, 2021
1 parent c8eb0e9 commit 6189e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func syncAction(
}

groupChanges := false
if opt.usersConfig != nil {
if opt.groupsConfig != nil {
groupChanges, err = sync.SyncGroups(ctx, directorySrv, groupsSettingsSrv, opt.groupsConfig, opt.confirm)
if err != nil {
log.Fatalf("⚠ Failed to sync: %v.", err)
Expand Down

0 comments on commit 6189e40

Please sign in to comment.