Skip to content

Commit

Permalink
Better inspect source comment
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Nov 3, 2024
1 parent 63d1461 commit 9c049f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func outputQuadlet(repoURL, quadletName, downloadPath string, out io.Writer) err
if err != nil {
return err
}
fmt.Fprintf(out, "# %s\n", entry.Name())
fmt.Fprintf(out, "# Source: %s %s/%s\n", repoURL, quadletName, entry.Name())
fmt.Fprintln(out, string(f))
}
}
Expand Down

0 comments on commit 9c049f6

Please sign in to comment.