Skip to content

Commit

Permalink
Fix creating keyspace x message
Browse files Browse the repository at this point in the history
  • Loading branch information
r4fek committed Jul 26, 2018
1 parent 112568f commit 545279d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def sync(self, alias):
replication_factor = replication_opts.pop('replication_factor', 1)

self.stdout.write('Creating keyspace {} [CONNECTION {}] ..'.format(
keyspace, connection))
keyspace, alias))

if strategy_class == 'SimpleStrategy':
management.create_keyspace_simple(
Expand Down

0 comments on commit 545279d

Please sign in to comment.