Skip to content

Commit

Permalink
Chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayfroiden committed Dec 19, 2023
1 parent 5b39a6b commit 8c7a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/UpdateScriptVersionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function update($module = null)
return Reply::successWithData('Starting Download...', ['description' => $lastVersionInfo['description']]);
} catch (\Exception $e) {
// Handle update error and try to restore to the old status
return Reply::error('ERROR DURING UPDATE (!!check the update archive!!) --TRY to restore OLD status ........... ' . $e->getMessage());
return Reply::error('ERROR DURING UPDATE : ' . $e->getMessage());
}
}

Expand Down

0 comments on commit 8c7a457

Please sign in to comment.