Skip to content

Commit fa8e2db

Browse files
committed
Fix typo
1 parent 111d1e1 commit fa8e2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth/source/ldap/source_sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (source *Source) Sync(ctx context.Context, updateExisting bool) error {
180180

181181
if err == nil && source.AttributeAvatar != "" {
182182
if len(su.Avatar) > 0 && usr.IsUploadAvatarChanged(su.Avatar) {
183-
log.Trace("SyncExternalUsers[%s]: Uploading new avatar for %s", source.authSource.Name, usr.Name)
183+
log.Trace("SyncExternalUsers[%s]: Uploading new avatar for %s", source.AuthSource.Name, usr.Name)
184184
_ = user_service.UploadAvatar(ctx, usr, su.Avatar)
185185
}
186186
}

0 commit comments

Comments
 (0)