Skip to content

Commit

Permalink
Fix error message. #184
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-factual committed Aug 5, 2015
1 parent 630aa41 commit f698eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drake/parser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
_ (p/opt inline-comment)
vars (p/get-info :vars)
methods (p/get-info :methods)
_ (p/failpoint line-break (illegal-syntax-error-fn "%call / %include / %include-context"))]
_ (p/failpoint line-break (illegal-syntax-error-fn "%call / %include / %context"))]
(let [raw-base (get vars "BASE" default-base)
base (add-path-sep-suffix raw-base)
;; Need to use fs/file here to honor cwd
Expand Down

0 comments on commit f698eee

Please sign in to comment.