From 718ea1b6b0d9caf86fe1e19a1c9eb35ee157fe1f Mon Sep 17 00:00:00 2001 From: Elias Zeitfogel Date: Wed, 10 Feb 2016 19:31:53 +0100 Subject: [PATCH] Fix prints --- assets/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/install.ps1 b/assets/install.ps1 index ddb65977..af2e115e 100644 --- a/assets/install.ps1 +++ b/assets/install.ps1 @@ -50,7 +50,7 @@ def wipe_installation(install_dir): def check_installation(install_dir): if os.path.exists(install_dir): print ' Lektor seems to be installed already.' - print ' Continuing will delete: + print ' Continuing will delete:' print ' %s' % install_dir print get_confirmation()