From 0878ed9532179267332b69b6da37813ad3078d9b Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 19 Apr 2020 00:07:24 +0200 Subject: [PATCH] Add bash-git-prompt --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 5cf7fab..de92c38 100755 --- a/install.py +++ b/install.py @@ -41,6 +41,7 @@ class Installer: if p_dest.exists(): if self.force: + ui.info_2("Removing", pretty_dest) p_dest.rmtree() else: ui.info_2("Skipping", pretty_dest)