aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-new-response-reminders
diff options
context:
space:
mode:
Diffstat (limited to 'script/alert-new-response-reminders')
-rwxr-xr-xscript/alert-new-response-reminders6
1 files changed, 1 insertions, 5 deletions
diff --git a/script/alert-new-response-reminders b/script/alert-new-response-reminders
index 59fa76df1..97f558f43 100755
--- a/script/alert-new-response-reminders
+++ b/script/alert-new-response-reminders
@@ -1,7 +1,3 @@
#!/bin/bash
-cd "`dirname "$0"`"
-
-bundle exec ./runner 'RequestMailer.alert_new_response_reminders'
-
-
+bundle exec rails runner 'RequestMailer.alert_new_response_reminders'