Skip to content

Commit

Permalink
cmk.rrd: remove duplicated rrd_config subfolder
Browse files Browse the repository at this point in the history
CMK-22108

Change-Id: Iba6f328862d07c5a2027cb1285f8be6788b38c7b
  • Loading branch information
andiumbreit committed Feb 28, 2025
1 parent 4920001 commit c43b6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/rrd/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def rrd_config_dir(config_path: ConfigPath) -> Path:

@lru_cache
def rrd_config_hosts_dir(config_path: ConfigPath) -> Path:
return rrd_config_dir(config_path) / RRD_CONFIG_FOLDER / RRD_CONFIG_HOSTS_FOLDER
return rrd_config_dir(config_path) / RRD_CONFIG_HOSTS_FOLDER


class RRDObjectConfig(TypedDict):
Expand Down

0 comments on commit c43b6e9

Please sign in to comment.