summaryrefslogtreecommitdiffstats
path: root/scripts/nuke-bugs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nuke-bugs.pl')
-rwxr-xr-xscripts/nuke-bugs.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/nuke-bugs.pl b/scripts/nuke-bugs.pl
index 6faf7d694..d48fe952b 100755
--- a/scripts/nuke-bugs.pl
+++ b/scripts/nuke-bugs.pl
@@ -64,8 +64,8 @@ $dbh->do("DELETE FROM bugs_fulltext");
print "All done!\n";
sub delete_from_table {
- my $table = shift;
- print "Deleting from $table...";
- $dbh->do("DELETE FROM $table");
- print "done.\n";
+ my $table = shift;
+ print "Deleting from $table...";
+ $dbh->do("DELETE FROM $table");
+ print "done.\n";
}