Skip to content

Commit 2785ae5

Browse files
committed
Fix lint
1 parent 475f40d commit 2785ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/org/org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func updateOrgRepoForVisibilityChanged(ctx context.Context, repo *repo_model.Rep
141141
}
142142
for i := range forkRepos {
143143
if err := updateOrgRepoForVisibilityChanged(ctx, forkRepos[i], makePrivate); err != nil {
144-
return fmt.Errorf("updateRepoForVisibilityChanged[%d]: %w", forkRepos[i], err)
144+
return fmt.Errorf("updateRepoForVisibilityChanged[%s]: %w", forkRepos[i].FullName(), err)
145145
}
146146
}
147147
return nil

0 commit comments

Comments
 (0)