Fix sentence structure in yabridgectl messages

This commit is contained in:
Robbert van der Helm
2020-07-16 22:53:20 +02:00
parent 8698a8fd0b
commit 0f9599df4d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ pub fn do_sync(config: &Config, prune: bool, verbose: bool) -> Result<()> {
"Warning: 'yabridge-host.exe' is not present in your login shell's search \
path. Yabridge won't be able to run using the copy-based installation method \
until this is fixed.\n\
Add '{}' to {}'s login shell {} environment variables. See the \
Add '{}' to {}'s login shell {} environment variable. See the \
troubleshooting section of the readme for more details. Rerun this command to \
verify that the variable has been set correctly, and then reboot your system \
to complete the setup.\n\
+2 -2
View File
@@ -65,8 +65,8 @@ pub fn verify_path_setup() -> Result<(), String> {
"\n{}",
wrap(&format!(
"WARNING: Yabridgectl does not know how to handle your login shell \
'{}', skipping PATH setup check. Feel free to open a feature request \
in order to get yabridgectl to support your shell.\n\
'{}', skipping PATH environment variable check. Feel free to open a \
feature request in order to get yabridgectl to support your shell.\n\
\n\
https://github.com/robbert-vdh/yabridge/issues",
shell.bright_white(),