From f1980b5150f7720aac4139daa1cbeaa86cb0b616 Mon Sep 17 00:00:00 2001 From: 0xzhzh <178814591+0xzhzh@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:53:11 -0800 Subject: [PATCH] Change version of which function to master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b94272..5b165b02 100644 --- a/README.md +++ b/README.md @@ -1597,7 +1597,7 @@ $ just name `key`, returning `default` if it is not present. - `env(key)`1.15.0 — Alias for `env_var(key)`. - `env(key, default)`1.15.0 — Alias for `env_var_or_default(key, default)`. -- `which(exe)`1.37.0 — Retrieves the full path of `exe` according +- `which(exe)`master — Retrieves the full path of `exe` according to the `PATH`. Returns an empty string if no executable named `exe` exists. ```just