Skip to content

Commit e9b3055

Browse files
committed
remove un-needed variable
1 parent 010d7ae commit e9b3055

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ func main() {
3030

3131
flag.Parse()
3232

33-
path := repoPath
34-
35-
err := CommitLog(*path, *startCommit, *endCommit, *inclusionFlags, *skipClassification)
33+
err := CommitLog(*repoPath, *startCommit, *endCommit, *inclusionFlags, *skipClassification)
3634

3735
if err.err != nil {
3836
log.Fatal(err.message, err.err)

0 commit comments

Comments
 (0)