git.fiddlerwoaroof.com
Browse code

bug(scripts): fix git-ignore

Edward Langley authored on 08/12/2020 01:58:28
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@
22 22
                        (not (string= line ".")))
23 23
             do
24 24
                (princ line s)
25
-               (terpri s)))))
25
+               (terpri s))))
26 26
 
27 27
 (uiop:run-program "git add .gitignore"
28 28
                   :force-shell t