Skip to content
Snippets Groups Projects
Unverified Commit 0ce105f2 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

tree item removal if path is different (#1951)

parent 1b3bfd47
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class Git::Providers::Github < Git::Providers::Abstract
mode: file[:mode],
type: file[:type],
sha: nil
}
} unless path_to_check == path
batch << {
path: path,
mode: file[:mode],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment