From b2049bebaba3fcf55ddb06669d4e6f5127e7a740 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Thu, 23 Apr 2020 13:38:24 +0800 Subject: [PATCH] Update commit message --- web/src/main/frontend/handler.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/frontend/handler.cljs b/web/src/main/frontend/handler.cljs index cc4dcac8d..e175bbcc4 100644 --- a/web/src/main/frontend/handler.cljs +++ b/web/src/main/frontend/handler.cljs @@ -711,7 +711,7 @@ (:end-pos meta) new-content) new-file-content (string/trim new-file-content)] - (alter-file file-path (str "Update " file) new-file-content true))))) + (alter-file file-path (str "Update " file-path) new-file-content true))))) (defn start! []