From b68bc7ddb54d34a99ea12b9e4cfd73cceec4ccd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 26 May 2020 04:10:36 +0200 Subject: [PATCH] Improve error message --- github-fast-env/github-fast-env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-fast-env/github-fast-env.rb b/github-fast-env/github-fast-env.rb index 72f83ff..541ead4 100644 --- a/github-fast-env/github-fast-env.rb +++ b/github-fast-env/github-fast-env.rb @@ -48,7 +48,7 @@ end begin $control_socket = UNIXSocket.new(control_socket_path) rescue StandardError => error - log "error", "could not connect to github-fast-envd socket" + log "error", "could not connect to github-fast-envd socket (insufficient permissions or github-fast-envd not running)" exit 1 end