We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feece07 commit b4d6e93Copy full SHA for b4d6e93
cmd/tuplip/exec.go
@@ -26,7 +26,7 @@ func (c *ExecCommand) Run(args []string) int {
26
if strings.Contains(lowerArg, "excludebase") {
27
tuplip.ExcludeBase = true
28
}
29
- if strings.Contains(lowerArg, "addLatest") {
+ if strings.Contains(lowerArg, "addlatest") {
30
tuplip.AddLatest = true
31
32
0 commit comments