Skip to content

Commit c8c36a2

Browse files
authored
Fix typo.
1 parent a2bee4a commit c8c36a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/tools/b2/b2deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _conanbuildinfo_variation_jam(name, settings, options=None):
197197
rule pkg-project ( id )
198198
{
199199
local id-mod = [ project.find $(id:L) : . ] ;
200-
if ! $(id-mode)
200+
if ! $(id-mod)
201201
{
202202
local parent-prj = [ project.current ] ;
203203
local parent-mod = [ $(parent-prj).project-module ] ;

0 commit comments

Comments
 (0)