aboutsummaryrefslogtreecommitdiffstats
path: root/script/stop-new-responses-on-old-requests
diff options
context:
space:
mode:
Diffstat (limited to 'script/stop-new-responses-on-old-requests')
-rwxr-xr-xscript/stop-new-responses-on-old-requests6
1 files changed, 1 insertions, 5 deletions
diff --git a/script/stop-new-responses-on-old-requests b/script/stop-new-responses-on-old-requests
index 1e325403e..f317f11ff 100755
--- a/script/stop-new-responses-on-old-requests
+++ b/script/stop-new-responses-on-old-requests
@@ -1,7 +1,3 @@
#!/bin/bash
-cd "`dirname "$0"`"
-
-bundle exec ./runner 'InfoRequest.stop_new_responses_on_old_requests()'
-
-
+bundle exec rails runner 'InfoRequest.stop_new_responses_on_old_requests'