Skip to content

Commit

Permalink
Fix a typo in manifest_management().
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Gouget committed Sep 14, 2010
1 parent 0d00ede commit 4f9180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -1991,7 +1991,7 @@ local function manifest_management()
end
MojoSetup.loginfo("Resync '" .. fname .. "' in manifest")
fname = MojoSetup.destination .. "/" .. fname
if not MojoSetup.platform..exists(fname) then
if not MojoSetup.platform.exists(fname) then
MojoSetup.fatal(MojoSetup.format(_("File %0 not found"), fname))
end
manifest_resync(package.manifest, fname)
Expand Down

0 comments on commit 4f9180f

Please sign in to comment.