Skip to content

Commit

Permalink
Update issues.php
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Feb 9, 2024
1 parent 9b05f21 commit b45947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/issues.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function handleIssue($issue)
return;
}

echo "Issue " . $issueUpdated->number . " - " . $issue->title . " is open\n";
echo "Issue " . $issueUpdated->number . " - " . $issueUpdated->title . " is open\n";
}

function main()
Expand Down

0 comments on commit b45947b

Please sign in to comment.