migrate script: Fix accidentally commented-out fsck run
authorhttps://christian.amsuess.com/chrysn <chrysn@web>
Sun, 15 Aug 2021 11:04:37 +0000 (11:04 +0000)
committeradmin <admin@branchable.com>
Sun, 15 Aug 2021 11:04:37 +0000 (11:04 +0000)
doc/forum/Migrate_mark_files_dead.mdwn

index 62ffdada0417f1e205e6492871d617a2801900dc..6bae482713c2092759473eaaf303a24e0181422d 100644 (file)
@@ -201,8 +201,8 @@ if bad_files:
     sys.exit(1)
 print("Checked %d symlinks in HEAD, none of them points to an old hash any more" % files_checked)
 
-subprocess.check_call('git annex fsck --fast --quiet', shell=True)
-print("Checked that the files that *are* in the tree are properly distributed.")
+subprocess.check_call('git annex fsck --fast --quiet', shell=True)
+print("Checked that the files that *are* in the tree are properly distributed.")
 
 print()
 print("If you want to really drop all of them, enter `force drop and declare them dead` here:")