Skip to content

Commit

Permalink
fixed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andr11b committed Sep 17, 2024
1 parent 77dc4ed commit dc62d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update3.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function delete($dir) {
break;

case isset($_GET['update']) && is_dir('.git'):
exec('git reset --hard origin/3.0.x.x', $out);
exec('git reset --hard origin/main', $out);
exec('git pull', $out);

foreach ($cleaning_list as $item) {
Expand Down

0 comments on commit dc62d2f

Please sign in to comment.