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
wilder
Michael Pyne 11 years ago
parent 2d3cbfe3a1
commit eeb5279daa
  1. 2
      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() };

Loading…
Cancel
Save