Skip to content

Commit

Permalink
branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David committed Dec 1, 2023
1 parent 763ef63 commit 7595b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Commands/FaerieStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private function fixTests()
print_r($patches);
print_r("---");

$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test1", false);
$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test3", false);
print_r("RESPONSE:");
print_r($res);

Expand Down Expand Up @@ -235,7 +235,7 @@ public function writeCode()
print_r($patches);
print_r("---");

$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test1");
$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test3");
print_r("RESPONSE:");
print_r($res);

Expand Down

0 comments on commit 7595b1b

Please sign in to comment.