Skip to content

Commit

Permalink
refs new location of arm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes authored and wolfy committed Mar 28, 2022
1 parent 9810e32 commit 9817a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import yaml

yamlfile = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../..", "arm.yaml")
yamlfile = os.path.join("/etc/arm/config", "arm.yaml")

with open(yamlfile, "r") as f:
try:
Expand Down

0 comments on commit 9817a71

Please sign in to comment.