Skip to content

Commit 6c7bf65

Browse files
author
Roxanne Farhad
committed
new one
1 parent c15a86c commit 6c7bf65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentex/lib/sdk/config/environment_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_configs_for_env(self, env: str) -> List[AgentEnvironmentConfig]:
168168
env_name for env_name in self.environments
169169
]
170170
raise ValueError(
171-
f"Environment '{env}' not found in environments.yaml. Available environments: {available_envs}"
171+
f"Environment checking dif '{env}' not found in environments.yaml. Available environments: {available_envs}"
172172
)
173173

174174
return envs_to_deploy

0 commit comments

Comments
 (0)