Minor UI edition for consistency.
parent
4a03200130
commit
f3633eba63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue