Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 25, 2021
1 parent 92df792 commit f29a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var rootCmd = &cobra.Command{
}

for _, line := range readMe {
fmt.Printf("%b\n", line)
fmt.Printf("%s\n", string(line))
}
},
}
Expand Down

0 comments on commit f29a77c

Please sign in to comment.