Skip to content

Commit 9583855

Browse files
author
Christopher Rowley
committed
apply suggestion
1 parent 14bac20 commit 9583855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/C/C.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using Libdl:
1414
using Preferences: @load_preference
1515

1616
# do not load CondaPkg if the exe preference is set to something else
17-
if @load_preference("exe", "") in ("", "@CondaPkg")
17+
if @load_preference("exe", "@CondaPkg") == "@CondaPkg"
1818
using CondaPkg: CondaPkg
1919
end
2020

0 commit comments

Comments
 (0)