AT Protocol IPLD-CAR Repository toolkit (CLI)

items is not commits

tree 0eb71d90 bcbc6a52

Changed files
+1 -1
cmd
+1 -1
cmd/atr-inspect.go
··· 36 36 } 37 37 yellow := color.New(color.FgYellow).SprintFunc() 38 38 cyan := color.New(color.FgCyan).SprintFunc() 39 - fmt.Printf("%v:\n Head: %s\n Size: %s Commits: %v\n\n", yellow(ss.File), cyan(ss.Root.String()), cyan(humanize.Bytes(uint64(ss.Size))), cyan(humanize.Comma(int64(len(ss.Items))))) 39 + fmt.Printf("%v:\n Head: %s\n Size: %s Items: %v\n\n", yellow(ss.File), cyan(ss.Root.String()), cyan(humanize.Bytes(uint64(ss.Size))), cyan(humanize.Comma(int64(len(ss.Items))))) 40 40 } 41 41 42 42 stat, _ := os.Stdin.Stat()