We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75cf0 commit 94cd9c9Copy full SHA for 94cd9c9
src/Deployer/DefaultDeployer.php
@@ -43,7 +43,7 @@ public function getRequirements() : array
43
$requirements[] = new AllowsLoginViaSsh($allServers);
44
$requirements[] = new CommandExists($appServers, $this->getConfig(Option::remoteComposerBinaryPath));
45
if ('acl' === $this->getConfig(Option::permissionMethod)) {
46
- $requirements[] = new CommandExists($appServers, $this->getConfig('setfacl'));
+ $requirements[] = new CommandExists($appServers, 'setfacl');
47
}
48
49
return $requirements;
0 commit comments