Skip to content

Commit 89746e9

Browse files
Add a missing period. (#2604)
1 parent 9bb5a40 commit 89746e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ end
283283
function write_manifest(manifest::Manifest, manifest_file::AbstractString)
284284
if manifest.manifest_format.major == 1
285285
@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
286+
To update to the new format run `Pkg.upgrade_manifest()` which will upgrade the format without re-resolving.""" maxlog = 1
287287
end
288288
return write_manifest(destructure(manifest), manifest_file)
289289
end

0 commit comments

Comments
 (0)