We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb5a40 commit 89746e9Copy full SHA for 89746e9
src/manifest.jl
@@ -283,7 +283,7 @@ end
283
function write_manifest(manifest::Manifest, manifest_file::AbstractString)
284
if manifest.manifest_format.major == 1
285
@warn """The active manifest file at `$(manifest_file)` has an old format that is being maintained.
286
- To update to the new format run `Pkg.upgrade_manifest()` which will upgrade the format without re-resolving""" maxlog = 1
+ To update to the new format run `Pkg.upgrade_manifest()` which will upgrade the format without re-resolving.""" maxlog = 1
287
end
288
return write_manifest(destructure(manifest), manifest_file)
289
0 commit comments