Skip to content

Commit

Permalink
branch 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David committed Dec 1, 2023
1 parent 9689848 commit 8c27dc3
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", "vid32test3", false);
$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test5", 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", "vid32test3");
$res = $patcher->submitPatchesToGitHub($patches, "ArcadeLabsInc/openagents", "vid32test5");
print_r("RESPONSE:");
print_r($res);

Expand Down

0 comments on commit 8c27dc3

Please sign in to comment.