Skip to content

Commit

Permalink
Merge pull request #43 from adamchainz/socket_name
Browse files Browse the repository at this point in the history
Update default socket path
  • Loading branch information
asgrim committed Sep 2, 2019
2 parents a12c395 + 175ab84 commit ebbd1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Source/DerivedSource.php
Expand Up @@ -62,7 +62,7 @@ private function socketPath() : string
$dir = $this->config->get('core_agent_dir');
$fullName = $this->config->get('core_agent_full_name');

return $dir . '/' . $fullName . '/core-agent.sock';
return $dir . '/' . $fullName . '/scout-agent.sock';
}

private function coreAgentFullName() : string
Expand Down

0 comments on commit ebbd1a6

Please sign in to comment.