Merge pull request #243 from trolley/topic/fix_typo
Correct typo when replacing config file
This commit is contained in:
commit
2e18704654
|
@ -1464,7 +1464,7 @@ clear
|
||||||
|
|
||||||
flowing +c Powerlevel10k configuration has been written to %2F$__p9k_cfg_path_u%f.
|
flowing +c Powerlevel10k configuration has been written to %2F$__p9k_cfg_path_u%f.
|
||||||
if [[ -n $config_backup ]]; then
|
if [[ -n $config_backup ]]; then
|
||||||
flowing +c The backup of the previuos version is at %3F$config_backup_u%f.
|
flowing +c The backup of the previous version is at %3F$config_backup_u%f.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( write_config )); then
|
if (( write_config )); then
|
||||||
|
|
Loading…
Reference in New Issue