Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iignatevich committed Dec 10, 2024
1 parent dc85f52 commit 8f21cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sync/inventory.resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (r *Resource) GetVersion() (string, error) {

version := GetMetaVersion(meta)
if version == "" {
launchr.Log().Warn("Empty meta file, return empty string as version")
launchr.Log().Warn(fmt.Sprintf("Empty meta file %s version, return empty string as version", metaFile))
}

return version, nil
Expand Down

0 comments on commit 8f21cc7

Please sign in to comment.