Skip to content

Commit

Permalink
fix: add missing log
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Jul 19, 2024
1 parent 1d710f2 commit 0ec3403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ func extract(response remote.Response, archive entity.Archive) error {
}

func extractArchive(archive entity.Archive) error {
internal.Log.Infof("Extracting archive %s", archive.URL)

response, err := remote.ReadResponseBody(archive.URL)
if err != nil {
return err
Expand Down

0 comments on commit 0ec3403

Please sign in to comment.