Skip to content
Snippets Groups Projects
Commit e91e1215 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Merge branch 'master' of github.com:lyda/chkcrontab

parents d6796a5e 67b78a71
Branches
Tags
No related merge requests found
...@@ -40,4 +40,4 @@ def main(argv): ...@@ -40,4 +40,4 @@ def main(argv):
return check.check_crontab(argv[1], log) return check.check_crontab(argv[1], log)
if __name__ == '__main__': if __name__ == '__main__':
main(sys.argv) sys.exit(main(sys.argv))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment