summaryrefslogtreecommitdiff
path: root/fnl/bootstrap.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/bootstrap.fnl')
-rw-r--r--fnl/bootstrap.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/bootstrap.fnl b/fnl/bootstrap.fnl
index 414b92a..af16502 100644
--- a/fnl/bootstrap.fnl
+++ b/fnl/bootstrap.fnl
@@ -18,8 +18,7 @@
(do
(execute (fmt git-clone-url user repository path))
(execute (fmt "packadd %s" repository))
- true)
- false)))
+ true))))
(defn run [] (let [is_bootstrapped (ensure :wbthomason :packer.nvim)]
(ensure :Olical :aniseed)