Skip to content

Commit

Permalink
Never start lessons automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
blinry committed Sep 17, 2013
1 parent b3b1bd5 commit 2839381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
}
}
if lesson_name == "" {
lesson_name, ok = tut.SelectLesson(true)
lesson_name, ok = tut.SelectLesson(false)
if ! ok {
break
}
Expand Down

0 comments on commit 2839381

Please sign in to comment.