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-reminders3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/alert-new-response-reminders b/script/alert-new-response-reminders
index 97f558f43..148706d49 100755
--- a/script/alert-new-response-reminders
+++ b/script/alert-new-response-reminders
@@ -1,3 +1,4 @@
#!/bin/bash
-
+TOP_DIR="$(dirname "$BASH_SOURCE")/.."
+cd "$TOP_DIR"
bundle exec rails runner 'RequestMailer.alert_new_response_reminders'