Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Jun 10, 2024
1 parent b3afef0 commit 755f668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-schema/src/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ impl Query {
.enumerate()
.map(|(index, repo)| {
Ok(Repository {
id: ID::new(format!("CONFIG_{}", index + 1)),
id: ID::new(format!("CONFIG_{}", index)),
name: repo.canonical_git_url(),
kind: RepositoryKind::Git,
dir: repo.dir(),
Expand Down

0 comments on commit 755f668

Please sign in to comment.