From 9b341ba8b08d90a0ca50876e320b3444d8a4edaf Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 6 Oct 2018 23:12:57 +0200 Subject: [PATCH] init for reviews templates --- src/GPM/Review.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GPM/Review.hs b/src/GPM/Review.hs index bbf8705..c6aa982 100644 --- a/src/GPM/Review.hs +++ b/src/GPM/Review.hs @@ -45,6 +45,9 @@ init = do putText $ format ("* "%fp) fic writeFile (toS (format fp fic)) $(embedStringFile "templates/review.org") debug_ "git add reviews" + mktree "templates" + writeFile "templates/new-review.org" $(embedStringFile "templates/new-review.org") + debug_ "git add templates" data ReviewOptions = ReviewOptions