summaryrefslogtreecommitdiff
path: root/bin/build
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build')
-rwxr-xr-xbin/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build b/bin/build
index 856f609..6455b9d 100755
--- a/bin/build
+++ b/bin/build
@@ -123,7 +123,7 @@ class Property
end
def <=>(other)
- [self[:comm_code], self[:address]] <=> [other[:comm_code], other[:address]]
+ self[:address] <=> other[:address]
end
class << self