Skip to content

Commit 8e33cd9

Browse files
authored
Merge pull request #93 from 0xb4lint/main
Fix duplicated dig buildCommand
2 parents a641617 + 5053512 commit 8e33cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers/Dig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __invoke(string $domain, int $flag, string $type): array
1212
{
1313
$command = $this->buildCommand($domain, $type);
1414

15-
$process = new Process($this->buildCommand($domain, $type));
15+
$process = new Process($command);
1616

1717
$process
1818
->enableOutput()

0 commit comments

Comments
 (0)