diff --git a/core/include.lisp b/core/include.lisp
index c9672fe..7ba658e 100644
--- a/core/include.lisp
+++ b/core/include.lisp
@@ -23,8 +23,8 @@
(let ((path (str parts)))
(when (probe-file path)
(return-from include/resolve-filename path)))))
- (try spec)
- (try spec ".adams")))
+ (try spec ".adams")
+ (try spec)))
(defun include/resolve-filename! (spec)
(or (include/resolve-filename spec)