Skip to content

Commit b4d6e93

Browse files
matfaxmatfax
matfax
authored and
matfax
committed
Fix typo in cmd recognition
1 parent feece07 commit b4d6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tuplip/exec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (c *ExecCommand) Run(args []string) int {
2626
if strings.Contains(lowerArg, "excludebase") {
2727
tuplip.ExcludeBase = true
2828
}
29-
if strings.Contains(lowerArg, "addLatest") {
29+
if strings.Contains(lowerArg, "addlatest") {
3030
tuplip.AddLatest = true
3131
}
3232
}

0 commit comments

Comments
 (0)