We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a641617 + 5053512 commit 8e33cd9Copy full SHA for 8e33cd9
src/Handlers/Dig.php
@@ -12,7 +12,7 @@ public function __invoke(string $domain, int $flag, string $type): array
12
{
13
$command = $this->buildCommand($domain, $type);
14
15
- $process = new Process($this->buildCommand($domain, $type));
+ $process = new Process($command);
16
17
$process
18
->enableOutput()
0 commit comments