Skip to content

Commit

Permalink
fix js error
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Sep 7, 2019
1 parent 9ad18e1 commit f54f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-lua/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function install_luajit(luajitVersion) {
}

async function main() {
const luaVersion = core.getInput('luaVersion', { required: true })
let luaVersion = core.getInput('luaVersion', { required: true })

if (VERSION_ALIASES[luaVersion]) {
luaVersion = VERSION_ALIASES[luaVersion]
Expand Down

0 comments on commit f54f2d5

Please sign in to comment.