Skip to content

Commit

Permalink
IdentifyVersion fix for edge_defs EPK
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Aug 27, 2024
1 parent dd52d7f commit e886703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_files/edge/e_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ static void InitializeDirectories(void)
if (epi::IsDirectory(defs_test))
epkfile = defs_test;
else
epkfile.append(".epk");
epkfile = defs_test.append(".epk");
}

// cache directory
Expand Down

0 comments on commit e886703

Please sign in to comment.