Skip to content

Commit 0ab8b60

Browse files
committed
corrected spelling l:914
1 parent 48bff61 commit 0ab8b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ def command_convert(confirmed, config):
911911
configparser.import_config(config)
912912
newfile = config.replace(ext, '.yaml')
913913
newconfig = configparser.export('yaml', indent=2, default_flow_style=False)
914-
if click.confirm('convert config to %s?' % newfile):
914+
if click.confirm('Save config to %s?' % newfile):
915915
buf = open(newfile, 'w')
916916
buf.write(newconfig)
917917
buf.close()

0 commit comments

Comments
 (0)