From 69bac3fe20528902dea78b773495f9769441d607 Mon Sep 17 00:00:00 2001 From: Jan Renz Date: Tue, 14 Apr 2015 20:26:43 +0200 Subject: [PATCH] Avoid utf-8 trouble --- lib/docker_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docker_client.rb b/lib/docker_client.rb index 420ad917..859306d2 100644 --- a/lib/docker_client.rb +++ b/lib/docker_client.rb @@ -95,7 +95,7 @@ class DockerClient before_execution_block.try(:call) send_command(command, @container, &output_consuming_block) else - raise('Alle Slots belegt. Versuche es später nochmal.') + raise('Alle Slots belegt. Versuche es nachher nochmal.') end rescue Excon::Errors::SocketError => error # socket errors seems to be normal when using exec