Skip to content

Commit

Permalink
fix: invalid check if repo was already cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbrelih committed Apr 7, 2024
1 parent a4fbb69 commit dc88758
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gitlab_ci_ls_parser/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ impl Git for GitImpl {

return;
}

return;
}

let remotes = match self.package_map.get(remote_pkg) {
Expand Down

0 comments on commit dc88758

Please sign in to comment.