Skip to content

Commit

Permalink
Fix for registry sync issue #587
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethaumashanker committed Jan 3, 2024
1 parent 65b0d52 commit 82cda01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/granted/registry/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ func copyFile(from, to string) error {
}
defer copyTo.Close()

_, err = io.Copy(copyFrom, copyTo)
_, err = io.Copy(copyTo, copyFrom)
return err
}

0 comments on commit 82cda01

Please sign in to comment.