zulip_tools: Fix path to zulipconf.rb.

This was moved in 16aa7c0923.
This commit is contained in:
Alex Vandiver 2024-03-05 16:00:52 +00:00 committed by Tim Abbott
parent e0cf82a526
commit 3905416a0e
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ def get_config_bool(
) -> bool:
if config_file.has_option(section, key):
val = config_file.get(section, key)
# This list is parallel to puppet/zulip/lib/puppet/parser/functions/zulipconf.rb
# This list is parallel to puppet/zulip/lib/puppet/functions/zulipconf.rb
return val in ["1", "y", "t", "true", "yes", "enable", "enabled"]
return default_value