Skip to content

Commit 6a8c79a

Browse files
authored
Fix typo in Pkg.jl (#4419)
1 parent 24cf9a1 commit 6a8c79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Pkg.add(name="Example", version="0.3") # Specify version; latest release in the
207207
Pkg.add(name="Example", version="0.3.1") # Specify version; exact release
208208
Pkg.add(url="https://github.com/JuliaLang/Example.jl", rev="master") # From url to remote gitrepo
209209
Pkg.add(url="/remote/mycompany/juliapackages/OurPackage") # From path to local gitrepo
210-
Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl)") # With subdir
210+
Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl") # With subdir
211211
```
212212
213213
After the installation of new packages the project will be precompiled. See more at [Environment Precompilation](@ref).

0 commit comments

Comments
 (0)