Skip to content

Commit 491576f

Browse files
authored
Tweaking freeze ux flow (#657)
Fixes #627
1 parent 97cb0a7 commit 491576f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## current
44

55
- _Insert changes/features/fixes for next release here_
6+
- {issue}`627` Tweaking `tmuxp freeze` UX flow
67

78
#### What's new
89

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def command_freeze(session_name, socket_name, socket_path, force):
966966
)
967967
)
968968
dest_prompt = click.prompt(
969-
'Save to: %s' % save_to, value_proc=get_abs_path, default=save_to
969+
'Path to new config:', value_proc=get_abs_path, default=save_to
970970
)
971971
if not force and os.path.exists(dest_prompt):
972972
print('%s exists. Pick a new filename.' % dest_prompt)

0 commit comments

Comments
 (0)