summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--table/destination.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/destination.go b/table/destination.go
index e3e1b914..8153bf3f 100644
--- a/table/destination.go
+++ b/table/destination.go
@@ -540,7 +540,7 @@ func (p paths) Less(i, j int) bool {
better.reason = reason
- if better.Equal(path1) {
+ if better == path1 {
return true
}
return false