Skip to content

Commit

Permalink
Accidentally commented out needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Nov 3, 2024
1 parent b45e5df commit 3324c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Website/scripts/pull_git.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

$commands = [
'cd ' . escapeshellarg($root),
//'git clean -fd',
//'git pull',
//'git reset --hard ' . escapeshellarg($desired_hash),
'git clean -fd',
'git pull',
'git reset --hard ' . escapeshellarg($desired_hash),
];

if (file_exists("{$root}/Website/composer.phar")) {
Expand Down

0 comments on commit 3324c91

Please sign in to comment.