Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbreath committed Dec 31, 2015
1 parent c96ced0 commit 7ed198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func GitCommitsBehind(dir string, hash string) (int, error) {
}
*/

// the following doesnt work sometimes
// the following doesn't work sometimes
//cmd := exec.Command("git", "rev-list", "..master")
cmd := exec.Command("git", "rev-list", "--count", "origin/master..."+hash)
cmd.Dir = dir
Expand Down

0 comments on commit 7ed198c

Please sign in to comment.