]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/libraries/git.rb
Disable birthday recipe while under dev
[chef.git] / cookbooks / chef / libraries / git.rb
index ae797fc003f47298734ea6ee6f26481da6957d22..176613d0a794979e30feea741d2fa21cb7c8dc82 100644 (file)
@@ -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