rename
This commit is contained in:
@@ -14,7 +14,7 @@ def load_config(path: str = "config.yaml") -> Config:
|
||||
config_path = Path(path)
|
||||
if not config_path.exists():
|
||||
raise FileNotFoundError(
|
||||
f"Config file not found: {config_path}. Run 'qai-cli init' to create one."
|
||||
f"Config file not found: {config_path}. Run 'qc-cli init' to create one."
|
||||
)
|
||||
with open(config_path) as f:
|
||||
data = yaml.safe_load(f)
|
||||
|
||||
Reference in New Issue
Block a user