Skip to content

Commit

Permalink
missed a file to fix yml to yaml in
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Dec 16, 2022
1 parent 6310552 commit 956bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboardme/env_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def load_cfg(config_file=""):
HOME_DIR = getenv("HOME")

# defaults
DEFAULTS = load_cfg(f"{PWD}/config/onboardme_config.yml")
DEFAULTS = load_cfg(f"{PWD}/config/onboardme_config.yaml")
USR_CONFIG_FILE = load_cfg(path.join(XDG_CONFIG_DIR, 'config.yaml'))

# env
Expand Down

0 comments on commit 956bf1d

Please sign in to comment.