Minor UI edition for consistency.

master
Luka Vandervelden 2019-11-09 14:49:54 +01:00
parent 4a03200130
commit f3633eba63
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ class Service
files.reverse.each do |file|
file_path = evaluate file.file_path
context.info "Removing '#{file_path}'"
context.info "Removing #{file.name}"
command = file.deletion_command
child = Process.fork do