diff --git a/src/rezplugins/shell/gitbash.py b/src/rezplugins/shell/gitbash.py index 8d0392633..f55f09e66 100644 --- a/src/rezplugins/shell/gitbash.py +++ b/src/rezplugins/shell/gitbash.py @@ -44,7 +44,7 @@ def find_executable(cls, name, check_syspaths=False): "Git-bash executable has been detected at %s, but this is " "probably not correct (google Windows Subsystem for Linux). " "Consider adjusting your searchpath, or use rez config setting " - "plugins.shell.gitbash.executable_fullpath." + "plugins.shell.gitbash.executable_fullpath." % exepath ) return exepath