We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3e1bf commit 0714564Copy full SHA for 0714564
babashka.el
@@ -79,8 +79,7 @@ DIR's parents."
79
(if-let*
80
((bb-edn (if do-not-recurse
81
(let ((f (concat dir "/bb.edn"))) (and (file-exists-p f) f))
82
- (babashka--locate-bb-edn dir)
83
- )))
+ (babashka--locate-bb-edn dir))))
84
(let* ((bb-edn-dir (file-name-directory bb-edn))
85
(tasks (babashka--get-tasks-hash-table bb-edn))
86
(task-names (thread-last tasks hash-table-keys (mapcar #'symbol-name)))
0 commit comments