Verified Commit adcd7520 authored by Ash McKenzie's avatar Ash McKenzie 2️⃣
Browse files

No need to call #add_credentials_to_netrc()

parent 70f352b0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@ def shallow_clone
      def configure_identity(name, email)
        run(%Q{git config user.name #{name}})
        run(%Q{git config user.email #{email}})

        add_credentials_to_netrc
      end

      def commit_file(name, contents, message)