diff --git a/libs/deps-template/resources/io/github/kit_clj/kit/src/clj/core.clj b/libs/deps-template/resources/io/github/kit_clj/kit/src/clj/core.clj index 704db86..a2e4c3f 100644 --- a/libs/deps-template/resources/io/github/kit_clj/kit/src/clj/core.clj +++ b/libs/deps-template/resources/io/github/kit_clj/kit/src/clj/core.clj @@ -48,7 +48,7 @@ (ig/init) (reset! system)) (.addShutdownHook (Runtime/getRuntime) (Thread. stop-app)) - (.addShutdownHook (Runtime/getRuntime) (shutdown-agents))) + (.addShutdownHook (Runtime/getRuntime) (Thread. shutdown-agents))) (defn -main [& _] (start-app))