Skip to content

Commit

Permalink
Fix typo (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkm4ntr authored and k8s-ci-robot committed Jun 20, 2018
1 parent 8f22850 commit 249152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/command/get-model.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func getModel(cmd *cobra.Command, opt *getModelOpt) {
log.Fatalf("GetModels failed: %v", err)
}
if len(r.StudyOverviews) == 0 {
log.Println("No Study fond")
log.Println("No Study found")
return
}
for _, si := range r.StudyOverviews {
Expand Down

0 comments on commit 249152f

Please sign in to comment.