Skip to content

Commit ffaa810

Browse files
author
Nico Kruber
committed
Ruby-API: fix a string stating this is python
1 parent 9865bb1 commit ffaa810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-api/scalaris_interop_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def read_write_map(basekey, sc, mode)
204204
basekey = ARGV[1]
205205
basekey += '_json_ruby'
206206
mode = :write
207-
puts 'Python-JSON-API: writing values'
207+
puts 'Ruby-JSON-API: writing values'
208208
else
209209
puts 'unknown commands: ' + ARGV.to_s
210210
exit 1

0 commit comments

Comments
 (0)