summaryrefslogtreecommitdiff
path: root/scripts/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bugs')
-rwxr-xr-xscripts/bugs3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bugs b/scripts/bugs
index 4f3c064..824e67a 100755
--- a/scripts/bugs
+++ b/scripts/bugs
@@ -1,4 +1,3 @@
#!/bin/bash
# List all bugs from the production database
-
-ssh titanium "sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'"
+sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'