Skip to content

Commit

Permalink
Fix typo in cmd recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored and matfax committed Dec 29, 2018
1 parent feece07 commit b4d6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tuplip/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (c *ExecCommand) Run(args []string) int {
if strings.Contains(lowerArg, "excludebase") {
tuplip.ExcludeBase = true
}
if strings.Contains(lowerArg, "addLatest") {
if strings.Contains(lowerArg, "addlatest") {
tuplip.AddLatest = true
}
}
Expand Down

0 comments on commit b4d6e93

Please sign in to comment.