summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/table/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/table/path.go')
-rw-r--r--internal/pkg/table/path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/table/path.go b/internal/pkg/table/path.go
index 14bbe6ae..d6407882 100644
--- a/internal/pkg/table/path.go
+++ b/internal/pkg/table/path.go
@@ -984,7 +984,7 @@ func (lhs *Path) Equal(rhs *Path) bool {
return false
}
- if lhs.GetSource() != rhs.GetSource() {
+ if !lhs.GetSource().Equal(rhs.GetSource()) {
return false
}