Skip to content

Commit a6d9fa1

Browse files
committed
Fix: unresolved symbol in the publish task
1 parent 9c571f5 commit a6d9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@
127127
publish:all
128128
{:doc "Publish the clojure sdk libs to clojars"
129129
:depends [jar:all]
130-
:task (doseq [dir sdk-lib-dirs]
130+
:task (doseq [dir t/sdk-lib-dirs]
131131
(t/lib-publish! dir))}}}

0 commit comments

Comments
 (0)