Skip to content

Commit e03d8ef

Browse files
committed
MB-65617 Fix typo in success message
Change-Id: I9f8e65a4d3161d9c111766b5b949fb2cbdbfdea4 Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/224418 Reviewed-by: Lubo Marinski <lubo.marinski@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
1 parent 6f92249 commit e03d8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cbmgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ def _set(self, opts):
33523352
opts.target, opts.encryption_type, opts.key, dek_rotation_interval, dek_lifetime)
33533353
_exit_if_errors(errors)
33543354

3355-
_success(f"Set the encryptition settings for {opts.target}")
3355+
_success(f"Set the encryption settings for {opts.target}")
33563356

33573357
def _add_edit_parse_opts(self, opts):
33583358
if not opts.name:

0 commit comments

Comments
 (0)