removed typo
This commit is contained in:
parent
f6bbd2ac5b
commit
a15aa09251
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ def main():
|
||||||
# Ensure all files generated are only writable by the owning user. Primarily relevant for the cron_file option.
|
# Ensure all files generated are only writable by the owning user. Primarily relevant for the cron_file option.
|
||||||
os.umask(022)
|
os.umask(022)
|
||||||
crontab = CronTab(module, user, cron_file)
|
crontab = CronTab(module, user, cron_file)
|
||||||
]
|
|
||||||
module.debug('cron instantiated - name: "%s"' % name)
|
module.debug('cron instantiated - name: "%s"' % name)
|
||||||
|
|
||||||
# --- user input validation ---
|
# --- user input validation ---
|
||||||
|
|
Loading…
Reference in a new issue