Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gonejack committed Jan 3, 2024
1 parent 5fc2ef5 commit c11b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inostar/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c *Convert) Run() error {
}
func (c *Convert) run() error {
for _, json := range c.JSON {
log.Printf("procssing %s", json)
log.Printf("processing %s", json)

starred, err := c.read(json)
if err != nil {
Expand Down

0 comments on commit c11b586

Please sign in to comment.