summaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
Diffstat (limited to 'playground')
-rw-r--r--playground/Rexfile4
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