From 0f9599df4d186a9f5d7c22eeaa761caa49cf9064 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 16 Jul 2020 22:53:20 +0200 Subject: [PATCH] Fix sentence structure in yabridgectl messages --- tools/yabridgectl/src/actions.rs | 2 +- tools/yabridgectl/src/utils.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/yabridgectl/src/actions.rs b/tools/yabridgectl/src/actions.rs index e3dd9421..d34f4325 100644 --- a/tools/yabridgectl/src/actions.rs +++ b/tools/yabridgectl/src/actions.rs @@ -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\ diff --git a/tools/yabridgectl/src/utils.rs b/tools/yabridgectl/src/utils.rs index e5724581..0f4667be 100644 --- a/tools/yabridgectl/src/utils.rs +++ b/tools/yabridgectl/src/utils.rs @@ -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(),