Skip to content

Commit bfea3f3

Browse files
committed
Typo
1 parent 489fb8e commit bfea3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def install(self, config_dir: str, user: str, database: str):
487487
print(_("- Created {}").format(os.path.join(config_dir, "servers.yaml")))
488488
self.log.info(_("{} written.").format(os.path.join(config_dir, "servers.yaml")))
489489
# write plugin configuration
490-
if scheduler:
490+
if schedulers:
491491
os.makedirs(os.path.join(config_dir, 'plugins'), exist_ok=True)
492492
with open(os.path.join(config_dir, 'plugins', 'scheduler.yaml'), mode='w', encoding='utf-8') as out:
493493
yaml.dump(schedulers, out)

0 commit comments

Comments
 (0)