Skip to content

Commit

Permalink
change #package_version output
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Nov 20, 2023
1 parent 1e4571e commit b5c0895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/LeanProject/Webeditor/Tools/PackageVersion.lean
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def getPackageVersions : IO String := do
s!"{name}:\nlocal package"
| .git name _ _ _ url rev _ _ =>
let rev := rev.slice 0 7
s!"{name}:\n{rev} ({url}/commit/{rev})")
s!"{name}:\n{rev}\n{url}/commits/{rev}")
return "\n\n".intercalate out

/-- Print the lean version and all available packages. -/
Expand Down

0 comments on commit b5c0895

Please sign in to comment.