Skip to content

Commit

Permalink
Hopefully my last patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanana committed Jun 12, 2024
1 parent 5437f97 commit d0801e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/nodetool.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, cassandra_config):
if cassandra_config.prefix_nodetool_command is not None:
curr_nodetool = self._nodetool
cmd_string = cassandra_config.prefix_nodetool_command + " &&"
cmd_array = cmd_string.split()
cmd_array = cmd_string.split(" ")
cmd_array += curr_nodetool
self._nodetool = cmd_array
if cassandra_config.nodetool_ssl == "true":
Expand Down

0 comments on commit d0801e8

Please sign in to comment.