Skip to content

Commit

Permalink
Update remote-config/src/parse.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Luc Vieillescazes <[email protected]>
  • Loading branch information
bwoebi and iamluc authored Jun 21, 2024
1 parent 4714bb9 commit 8316815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-config/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl RemoteConfigPath {
}
"employee" => {
if parts.len() != 4 {
anyhow::bail!("{} is employee and does not have exactly 5 parts", path);
anyhow::bail!("{} is employee and does not have exactly 4 parts", path);
}
RemoteConfigSource::Employee
}
Expand Down

0 comments on commit 8316815

Please sign in to comment.