Skip to content

Commit

Permalink
fix: Correct typo in configuration file check for sogo.conf.local
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Nov 12, 2024
1 parent ffe588e commit dc6db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/expand-configuration
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ properties = {
"trashfolder": os.environ['TRASHFOLDER'],
"wowatchdogrequesttimeout": os.environ['WOWATCHDOGREQUESTTIMEOUT']
}
# test if sogo.con.local exists
# test if sogo.conf.local exists
if os.path.exists("templates/sogo.conf.local"):
template = jenv_custom.get_template('sogo.conf.local')
else:
Expand Down

0 comments on commit dc6db81

Please sign in to comment.