Skip to content

Commit 4675654

Browse files
authored
Merge pull request #5348 from c-po/bash-name
image: T9021: rename bash -> Bash to honor the projects name
2 parents bd2fd51 + 4d17b2d commit 4675654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/op_mode/image_installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,14 +813,14 @@ def copy_ssh_known_hosts() -> bool:
813813

814814

815815
def copy_bash_history() -> bool:
816-
"""Ask user to copy bash history
816+
"""Ask user to copy Bash history
817817
818818
Returns:
819819
bool: user's decision
820820
"""
821821

822822
history_files = get_bash_history_files()
823-
msg = 'Would you like to copy bash history?'
823+
msg = 'Would you like to copy Bash history?'
824824
return bool(history_files) and ask_yes_no(msg, default=False)
825825

826826

0 commit comments

Comments
 (0)