Skip to content

Commit 639d2d1

Browse files
authored
chore: update misleading comment (#1265)
1 parent 4554c1c commit 639d2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/values/yaml_config_repository.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub trait YAMLConfigRepository: Send + Sync + 'static {
3535
}
3636

3737
/// Looks for remote configs first, if unavailable checks the local ones.
38-
/// If none is found, it fallbacks to the empty default values.
38+
/// It returns an error if no configuration is found.
3939
pub fn load_remote_fallback_local<R: YAMLConfigRepository>(
4040
config_repository: &R,
4141
agent_id: &AgentID,

0 commit comments

Comments
 (0)