Skip to content

Commit

Permalink
Update lxc_monitor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Sep 4, 2024
1 parent f2221d0 commit 4a7fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale_ml/monitor/lxc_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import aiofiles

# Load configuration from YAML file
with open("/etc/lxc_autoscale/lxc_monitor.yaml", 'r') as config_file:
with open("/etc/lxc_autoscale_ml/lxc_monitor.yaml", 'r') as config_file:
config = yaml.safe_load(config_file)

# Set up logging configuration
Expand Down

0 comments on commit 4a7fa1c

Please sign in to comment.