Skip to content

Commit

Permalink
Clarify no-argument behavior of activate in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Socob committed Aug 9, 2023
1 parent e1a2f55 commit a975897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,7 @@ The logic for what path is activated is as follows:
activate the environment at the tracked path.
* Otherwise, `s` is interpreted as a non-existing path, which is then activated.
If no argument is given to `activate`, then use `LOAD_PATH` to determine the
project to activate.
If no argument is given to `activate`, then use the first project found in `LOAD_PATH`.
# Examples
```
Expand Down

0 comments on commit a975897

Please sign in to comment.