Skip to content

Commit

Permalink
Correctly locate grin-startup after setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed Nov 4, 2014
1 parent 22f94e2 commit 420327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/grin-setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ local fh = fs.open(fs.combine(grinPackagePath, "releases.json"), "w")
fh.write(githubApiResponse.readAll())
fh.close()

shell.run("grin/bin/grin-startup.lua")
shell.run(fs.combine(grinDir, "bin/grin-startup.lua"))

print("It is recommended that your startup file run grin/bin/grin-startup.lua")

0 comments on commit 420327e

Please sign in to comment.