Update go/libraries/doltcore/env/actions/clone.go

Co-authored-by: Aaron Son <aaron@dolthub.com>
This commit is contained in:
Neil Macneale IV
2024-01-22 11:00:38 -08:00
committed by GitHub
parent 006fbdfce6
commit 427b04b733
+1 -1
View File
@@ -179,7 +179,7 @@ func CloneRemote(ctx context.Context, srcDB *doltdb.DoltDB, remoteName, branch s
return fmt.Errorf("%w; %s", ErrCloneFailed, err.Error())
}
// Get all the refs from the remote. These branch remotes will be translated to remote branches, tags will
// Get all the refs from the remote. These branch refs will be translated to remote branch refs, tags will
// be preserved, and all other refs will be ignored.
remoteRefHashes, err := dEnv.DoltDB.GetRefsWithHashes(ctx)
if err != nil {