Skip to content

Commit

Permalink
print out the byte value
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 16, 2024
1 parent dffcf74 commit 2fbb3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry-automation/cmd/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func runCI(cmd *cobra.Command, args []string) {
log.Fatalf("Failed to read JSON file: %v", err)
}


fmt.Printf("Changed files byt value %v", changedFilesByteValue)

var changedFiles ChangedFiles
err = json.Unmarshal(changedFilesByteValue, &changedFiles)
Expand Down

0 comments on commit 2fbb3ba

Please sign in to comment.