Skip to content

Commit cd6d49b

Browse files
authored
Merge pull request #30 from per1234/remove-cron-config
Remove unused `CronTabEntry` key from example configuration file
2 parents bdc0916 + a2389ee commit cd6d49b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.json.example

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"LibrariesIndex": "/tmp/libraries/library_index.json",
55
"LibrariesDB": "/tmp/libraries_db.json",
66
"GitClonesFolder": "/tmp/gitclones",
7-
"ArduinoLintPath": "/usr/bin/arduino-lint",
8-
"CronTabEntry": "0 0 0 * * *"
7+
"ArduinoLintPath": "/usr/bin/arduino-lint"
98
}

0 commit comments

Comments
 (0)