Skip to content

Commit

Permalink
HBASE-25463 fix comment error of append.rb (#2845)
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Jasani <vjasani@apache.org>
  • Loading branch information
whua3 authored Jan 5, 2021
1 parent 8584263 commit 90ff550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/shell/commands/append.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def append(table, row, column, value, args = {})
end
end

# add incr comamnd to Table
# add append command to Table
::Hbase::Table.add_shell_command('append')

0 comments on commit 90ff550

Please sign in to comment.