Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-j-smith committed Oct 30, 2024
1 parent 4a189f7 commit afa83b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yaml-metadata-change-check/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
)

func main() {
fmt.Printf("DEBUGGING\nREF:\t%s\nREPO:\t%s", ref, repo)
fmt.Printf("DEBUGGING\nREF:\t%s\nREPO:\t%s", *ref, *repo)
owner, repoName, pull = utils.GetOwnerRepoPull(*ref, *repo)

flag.Parse()
Expand Down

0 comments on commit afa83b2

Please sign in to comment.