Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jgm/typst-hs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 6, 2023
2 parents 2130eb7 + 2a92d6b commit 3b45f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Typst/Evaluate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ findPackageEntryPoint modname = do
let localDir = dataDir </> "typst"
let cacheDir = cacheDir' </> "typst"
#endif
let subpath = "packages" </> namespace </> (name <> "-" <> version)
let subpath = "packages" </> namespace </> name </> version
inLocal <- lift $ checkExistence operations (localDir </> subpath </> "typst.toml")
tomlPath <-
if inLocal
Expand Down

0 comments on commit 3b45f4f

Please sign in to comment.