Skip to content

Commit

Permalink
#26002 Handling the sync process of languages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Sep 20, 2023
1 parent f0b192b commit cae52cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public <T> void push(final File localFileOrFolder, final PushOptions options,

// ---
// Analyzing what push operations need to be performed
var results = analyze(localFileOrFolder, output, provider, comparator);
var results = analyze(localFileOrFolder, options, output, provider, comparator);
var analysisResults = results.getLeft();
var summary = results.getRight();

Expand Down

0 comments on commit cae52cc

Please sign in to comment.