Skip to content

Commit

Permalink
Fix output so the %s is formatted with the exepath as intended
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
  • Loading branch information
brycegbrazen committed Jun 20, 2024
1 parent a13f7bb commit 2920ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rezplugins/shell/gitbash.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2920ca5

Please sign in to comment.