Skip to content

Commit b3ca429

Browse files
committed
github_repository: Remove comment which doesn't hold true anymore
Signed-off-by: Timo Sand <[email protected]>
1 parent 18c860e commit b3ca429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ func resourceGithubRepositoryRead(ctx context.Context, d *schema.ResourceData, m
885885

886886
func resourceGithubRepositoryUpdate(ctx context.Context, d *schema.ResourceData, meta any) diag.Diagnostics {
887887
// Can only update a repository if it is not archived or the update is to
888-
// archive the repository (unarchiving is not supported by the GitHub API)
888+
// archive the repository
889889
if d.Get("archived").(bool) && !d.HasChange("archived") {
890890
log.Printf("[INFO] Skipping update of archived repository")
891891
return nil

0 commit comments

Comments
 (0)