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-reminders4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/alert-new-response-reminders b/script/alert-new-response-reminders
index d52381750..59fa76df1 100755
--- a/script/alert-new-response-reminders
+++ b/script/alert-new-response-reminders
@@ -1,7 +1,7 @@
#!/bin/bash
-LOC=`dirname $0`
+cd "`dirname "$0"`"
-"$LOC/runner" 'RequestMailer.alert_new_response_reminders'
+bundle exec ./runner 'RequestMailer.alert_new_response_reminders'