Skip to content

Commit

Permalink
increase the line number of existing changes of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed May 2, 2023
1 parent 00f071b commit e016d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function main(): void

// Check if the command executed successfully
if ($return_var == 0) {
$output = array_slice($output, 0, 100);
$output = array_slice($output, 0, 400);

$commitChanges = implode("\n", $output);

Expand Down

0 comments on commit e016d03

Please sign in to comment.