Skip to content

Commit df3d61d

Browse files
committed
Fix: Missing config_redirect() call in classic installer
1 parent 698cb75 commit df3d61d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ def read(self):
9898
if hasattr(self, key):
9999
super().__setattr__(key, value)
100100

101+
self.config_redirect()
102+
101103
def write(self):
102104
poor_yaml_write(self.config, self.file)
103105

0 commit comments

Comments
 (0)