Skip to content

Commit

Permalink
fix: the log name for k12.
Browse files Browse the repository at this point in the history
  • Loading branch information
syhily committed Nov 25, 2022
1 parent bd8277f commit b46b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k12.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var k12Cmd = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
// Print download configuration.
log.NewPrinter().
Title("SoBooks Download Information").
Title("Textbook Download Information").
Head(log.DefaultHead...).
Row("Config Path", flags.ConfigRoot).
Row("Proxy", flags.Proxy).
Expand Down

0 comments on commit b46b2da

Please sign in to comment.