Skip to content

Commit b159e5f

Browse files
committed
Tiny fix
1 parent 61233a8 commit b159e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/convenience.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function install_dependency(package; force=false, dry_run=false)
120120
for check_installer in [condajl_installation,
121121
conda_installation,
122122
pip_installation]
123-
found, message, install = check_installer(package)
123+
found, message, install = check_installer(package)
124124
if found
125125
info(message)
126126
if !dry_run && (force || yes_or_no())

0 commit comments

Comments
 (0)