diff options
Diffstat (limited to 'playground/Rexfile')
| -rw-r--r-- | playground/Rexfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/playground/Rexfile b/playground/Rexfile index 6fe5f8c..056a82e 100644 --- a/playground/Rexfile +++ b/playground/Rexfile @@ -19,4 +19,6 @@ task 'openbsd_cron_test', group => 'openbsd_canary', sub { day_of_week => '*', command => '/path/to/your/cronjob', }; -};
\ No newline at end of file +}; + +# vim: syntax=perl |
