diff options
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-x | script/delete-old-things | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/delete-old-things b/script/delete-old-things index 18e802ec7..1d8cf645b 100755 --- a/script/delete-old-things +++ b/script/delete-old-things @@ -2,8 +2,8 @@ LOC=`dirname $0` -$LOC/runner 'PostRedirect.delete_old_post_redirects()' +"$LOC/runner" 'PostRedirect.delete_old_post_redirects()' -$LOC/runner 'TrackThingsSentEmail.delete_old_track_things_sent_email()' +"$LOC/runner" 'TrackThingsSentEmail.delete_old_track_things_sent_email()' |