diff --git a/src/astrohack/_utils/parameter.py b/src/astrohack/_utils/parameter.py index 3f892510..ae8959be 100644 --- a/src/astrohack/_utils/parameter.py +++ b/src/astrohack/_utils/parameter.py @@ -26,7 +26,7 @@ def verify_parameters(function, args, config_dir=None): if config_dir is not None: path = config_dir - # This should only trigger in the case we are running github actions. + # This should only trigger in the case we are running GitHub actions. elif os.getenv("ROOT_DIR") is not None: path = os.getenv("ROOT_DIR") + "/src/astrohack/_utils/_config/" logger.debug("ROOT_DIR: {dir}".format(dir=os.getenv("ROOT_DIR")))