Skip to content

Commit

Permalink
fix: typo in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Nov 24, 2019
1 parent fa8538a commit 114a010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ var commandTest = &cobra.Command{
table.Append(row)
}
table.Render()
log.Printf("Complete cross validation (%v7.0.0.)\n", elapsed)
log.Printf("Complete cross validation (%v)\n", elapsed)
},
}

Expand Down

0 comments on commit 114a010

Please sign in to comment.