aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-comment-on-request
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-02-19 11:40:08 +1100
committerHenare Degan <henare.degan@gmail.com>2013-02-19 11:56:14 +1100
commitf693306b6867d984c533207045503cb79906adb3 (patch)
tree15883e1c0a8bb7efabf143e12ec8da39c4949a4e /script/alert-comment-on-request
parent394a517518fe6b7e08019d40a864f76aedb386a3 (diff)
Upgrade script alert-comment-on-request
Diffstat (limited to 'script/alert-comment-on-request')
-rwxr-xr-xscript/alert-comment-on-request6
1 files changed, 1 insertions, 5 deletions
diff --git a/script/alert-comment-on-request b/script/alert-comment-on-request
index 74782aa13..1222eecf1 100755
--- a/script/alert-comment-on-request
+++ b/script/alert-comment-on-request
@@ -1,7 +1,3 @@
#!/bin/bash
-cd "`dirname "$0"`"
-
-bundle exec ./runner 'RequestMailer.alert_comment_on_request'
-
-
+bundle exec rails runner 'RequestMailer.alert_comment_on_request'