forked from the-distro/ofborg
Use the ... form of a range specifier
This commit is contained in:
parent
de179794cb
commit
4359033f30
|
@ -181,7 +181,7 @@ impl CachedProjectCo {
|
|||
let result = Command::new("git")
|
||||
.arg("diff")
|
||||
.arg("--name-only")
|
||||
.arg(format!("HEAD..{}", commit))
|
||||
.arg(format!("HEAD...{}", commit))
|
||||
.current_dir(self.clone_to())
|
||||
.output()?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue