lib/aerospike/command/roles.rb in aerospike-1.0.4 vs lib/aerospike/command/roles.rb in aerospike-1.0.5

- old
+ new

@@ -27,10 +27,10 @@ # Allow read and write transactions with the database. READ_WRITE = 'read-write' # Allow read transactions with the database. - READ = 'Read' + READ = 'read' end # module end # module \ No newline at end of file