lib/percheron/actions/shell.rb in percheron-0.7.13 vs lib/percheron/actions/shell.rb in percheron-0.7.14
- old
+ new
@@ -27,10 +27,10 @@
"sh -c '%s'" % @command
end
def exec!
cmd = '%s exec -ti %s %s' % [ DOCKER_CLIENT, unit.full_name, command ]
- $logger.debug %(Executing "#{cmd}" on '#{unit.name}' unit)
+ $logger.debug %(Executing "#{cmd}" on '#{unit.display_name}' unit)
system(cmd)
end
end
end
end