diff options
Diffstat (limited to 'src/bin/git-sugdiff.rs')
-rw-r--r-- | src/bin/git-sugdiff.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git-sugdiff.rs b/src/bin/git-sugdiff.rs index 6bc67d9..9bc7418 100644 --- a/src/bin/git-sugdiff.rs +++ b/src/bin/git-sugdiff.rs @@ -43,7 +43,7 @@ fn main() { &config, |suggestion| { // TODO: Needs to work for multiple suggestions at once - let blob = suggestion.diff_command().unwrap(); + let blob = suggestion.blob().unwrap(); Command::new("git") .arg("--no-pager") |