From eeb5279daad176e032abdc48d7b7319f0626cce6 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 7 Feb 2015 14:08:19 -0500 Subject: [PATCH] Use consistent indentation for module update messages. Fixes bug 342806, where a kdesrc-build user notes that "Cloning" messages are indented while "Updating" messages are not, which can be confusing. BUG:342806 FIXED-IN:1.16 --- modules/ksb/Updater/Git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ksb/Updater/Git.pm b/modules/ksb/Updater/Git.pm index c24b3b5..bc5988e 100644 --- a/modules/ksb/Updater/Git.pm +++ b/modules/ksb/Updater/Git.pm @@ -89,7 +89,7 @@ sub clone unshift (@args, '-v'); } - note ("\tCloning g[$module]"); + note ("Cloning g[$module]"); my $result = eval { $self->installGitSnapshot() };