Skip to content

Commit

Permalink
Update appstore_replicate_sinf.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeo committed Jan 20, 2024
1 parent b3049c8 commit 2978c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appstore/appstore_replicate_sinf.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (t *appstore) ReplicateSinf(input ReplicateSinfInput) error {
zipReader.Close()
zipWriter.Close()
tmpFile.Close()

err = t.os.Remove(input.PackagePath)
if err != nil {
return fmt.Errorf("failed to remove original file: %w", err)
Expand Down

0 comments on commit 2978c22

Please sign in to comment.