Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Jul 28, 2015
1 parent 5a6fe74 commit 5de8993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/non
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ elseif arg[1] == "init" then
if #arg < 2 then
exec("init")
else
exec("init -PinitName=\""..args[2].."\"")
exec("init -PinitName=\""..arg[2].."\"")
end
elseif arg[1] == "clean" then
check("Cleaning your project's temporary data")
Expand Down

0 comments on commit 5de8993

Please sign in to comment.