bin/onering in onering-client-0.0.27 vs bin/onering in onering-client-0.0.28

- old
+ new

@@ -106,10 +106,10 @@ sc.opt :filter, '-f', '--filter FILTER', "A urlquery filter string" sc.opt :format, '-t', '--format FORMAT', "Return the results as FORMAT" sc.opt :id, '-i', '--id ID', "A specific node ID" sc.exec do - rv = _field(:set, sc[:args].first, sc[:args].last, sc) + rv = _field(:set, sc[:args].first, sc[:args][1], sc) print_format(rv, sc[:format]) end end # LIST \ No newline at end of file