From 399723b3bd534327166c893dcda476330a98bf89 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Mon, 9 Sep 2024 15:33:52 -0400 Subject: [PATCH] fix typo --- .../resources/io/github/kit_clj/kit/src/clj/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))