X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a74b0487fe7b9ca6d7220fa2d31bb188e10aa838..81266af8b7a16edf5d4a30399b8365682c1d225a:/cookbooks/chef/libraries/git.rb diff --git a/cookbooks/chef/libraries/git.rb b/cookbooks/chef/libraries/git.rb index ae797fc00..176613d0a 100644 --- a/cookbooks/chef/libraries/git.rb +++ b/cookbooks/chef/libraries/git.rb @@ -4,7 +4,7 @@ module OpenStreetMap def git(*args, **run_opts) args.push("--force") if args.first == "fetch" && args.last == "--tags" - super(args, run_opts) + super(args, **run_opts) end end end