Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danlarkin committed Dec 11, 2009
1 parent 41274ba commit 2ebb2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/core.clj
Expand Up @@ -46,7 +46,7 @@
(def no-project-needed #{"new" "help" "version"}) (def no-project-needed #{"new" "help" "version"})


(defn task-not-found [task project & _] (defn task-not-found [task project & _]
(println task "is not a task. Use \"help\" to list all task.") (println task "is not a task. Use \"help\" to list all tasks.")
(System/exit 1)) (System/exit 1))


(defn resolve-task [task] (defn resolve-task [task]
Expand Down

0 comments on commit 2ebb2f2

Please sign in to comment.