diff --git a/sh/tests/solutions/auto-jobs.tar b/sh/tests/solutions/auto-jobs.tar index ed3f50ab7..0533b781e 100644 Binary files a/sh/tests/solutions/auto-jobs.tar and b/sh/tests/solutions/auto-jobs.tar differ diff --git a/subjects/devops/auto-jobs/README.md b/subjects/devops/auto-jobs/README.md index 2579231c5..1a371852b 100644 --- a/subjects/devops/auto-jobs/README.md +++ b/subjects/devops/auto-jobs/README.md @@ -60,8 +60,6 @@ You can use the `crontab` command to manage your jobs. This command can be calle 2. Schedule a job 5 minutes after midnight every day: `5 0 * * * {command}` - - > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends!