missed a thing
This commit is contained in:
parent
9d7590cbfc
commit
03e60758d0
1 changed files with 2 additions and 1 deletions
|
|
@ -459,7 +459,8 @@ func repoFork(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
}
|
||||
if cloneDesired {
|
||||
cloneDir, err := runClone(forkedRepo.CloneURL, []string{})
|
||||
forkedRepoCloneURL := formatRemoteURL(cmd, ghrepo.FullName(forkedRepo))
|
||||
cloneDir, err := runClone(forkedRepoCloneURL, []string{})
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to clone fork: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue