Skip to content

Commit

Permalink
fix: adjust comment wording
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv and artonge authored Feb 18, 2025
1 parent fa11c1b commit 5d27b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/OwncloudGuestsMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function shouldRun(): bool {
* 1. Create a new guest with the same username and password
* 2. register a new transfer
* 3. Delete the old user
* 4. Delete the old preferences row
* 4. Delete the old 'isGuest' prference row
*/
protected function runStep(IOutput $output) {
$output->startProgress(count($this->cachedUserIDs));
Expand Down

0 comments on commit 5d27b13

Please sign in to comment.