Skip to content

Commit

Permalink
Another LuaCheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Jul 4, 2023
1 parent ecbb049 commit 426c9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-repos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local function clone_repos()
end

if squash_commits == "true" then
os.execute("git commit -m \"" .. arg[3] .. "\"")}
os.execute("git commit -m \"" .. arg[3] .. "\"")
end
end

Expand Down

0 comments on commit 426c9a8

Please sign in to comment.