Skip to content

Commit 2bbe82f

Browse files
committed
fix: log relative-to argument
1 parent f065574 commit 2bbe82f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ pub fn do_lint(
175175
Some(repo.get_merge_base_with(&merge_base_with)?)
176176
}
177177
};
178+
debug!("Relative to: {:?}", relative_to);
178179
repo.get_changed_files(relative_to.as_deref())?
179180
}
180181
PathsOpt::PathsCmd(paths_cmd) => get_paths_from_cmd(&paths_cmd)?,

0 commit comments

Comments
 (0)