fixed branch name
This commit is contained in:
		
							parent
							
								
									74859010d5
								
							
						
					
					
						commit
						f9024b3f43
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -563,7 +563,7 @@ func GetBranches(userName, reposName string) ([]string, error) {
 | 
			
		|||
 | 
			
		||||
	brs := make([]string, len(refs))
 | 
			
		||||
	for i, ref := range refs {
 | 
			
		||||
		brs[i] = ref.Name
 | 
			
		||||
		brs[i] = ref.BranchName()
 | 
			
		||||
	}
 | 
			
		||||
	return brs, nil
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue