Skip to content

Commit e752f92

Browse files
committed
fix code example
1 parent eeff568 commit e752f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/tools_build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ An example build for a compiled uberjar will look like this:
168168
(b/uber {:class-dir class-dir
169169
:uber-file uber-file
170170
:basis @basis
171-
:main 'my.lib.main})))
171+
:main 'my.lib.main}))
172172
----
173173

174174
This example directs `compile-clj` to compile the main namespace (by default source will be loaded from the basis :paths). Compilation is transitive and all namespaces loaded by the compiled namespace will also be compiled. You may need to add additional namespaces if code is dynamically or optionally loaded.

0 commit comments

Comments
 (0)