Skip to content

Commit 00df718

Browse files
MoelfKristofferC
authored andcommitted
Fix typo in Pkg.jl (#4419)
(cherry picked from commit 6a8c79a)
1 parent a597385 commit 00df718

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
@@ -177,7 +177,7 @@ Pkg.add(name="Example", version="0.3") # Specify version; latest release in the
177177
Pkg.add(name="Example", version="0.3.1") # Specify version; exact release
178178
Pkg.add(url="https://github.com/JuliaLang/Example.jl", rev="master") # From url to remote gitrepo
179179
Pkg.add(url="/remote/mycompany/juliapackages/OurPackage") # From path to local gitrepo
180-
Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl)") # With subdir
180+
Pkg.add(url="https://github.com/Company/MonoRepo", subdir="juliapkgs/Package.jl") # With subdir
181181
```
182182
183183
After the installation of new packages the project will be precompiled. See more at [Environment Precompilation](@ref).

0 commit comments

Comments
 (0)