Skip to content

Commit

Permalink
fixed directory 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xeluior committed Nov 28, 2023
1 parent fd7b96b commit f4e4db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genisys/modules/preseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self: Self, config: YAMLParser):

def install_location(self: Self) -> Path:
"""Places the Preseed file in the TFTP root"""
ftp_dir = Path(self.config["network"]["ftp_directory"])
ftp_dir = Path(self.config["network"]["ftp"]["directory"])
return Path(ftp_dir, FILENAME)
# end install_location

Expand Down

0 comments on commit f4e4db0

Please sign in to comment.