Skip to content

Commit

Permalink
Fixed wrong variable name due to cut-and-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 7, 2009
1 parent a5dec43 commit afd3ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -440,7 +440,7 @@ end

local function install_file_from_string(dest, str, perms, desc, manifestkey)
local fn = function(callback)
return MojoSetup.stringtofile(t, dest, perms, nil, callback)
return MojoSetup.stringtofile(str, dest, perms, nil, callback)
end
return install_file(dest, perms, fn, desc, manifestkey)
end
Expand Down

0 comments on commit afd3ae9

Please sign in to comment.