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

Commit

Permalink
Added forwarding of arguments to lolcommit when using snapgit binary
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 30, 2016
1 parent fc78e52 commit 4f72e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/snapgit
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if ARGV.first == "init"
Lolcommits::Init.run_setup(bin_path)
else
# Wups, nothing we want to deal with, let's forward this to lolcommits
exec(bin_path)
exec("#{bin_path} #{ARGV.join(' ')}")
end

0 comments on commit 4f72e30

Please sign in to comment.