forked from toolshed/abra
		
	fix: fix name and doc exceptions for catalogue generation
This commit is contained in:
		@ -99,12 +99,15 @@ var catalogueGenerateCommand = &cli.Command{
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			catl[recipeMeta.Name] = catalogue.RecipeMeta{
 | 
			
		||||
				Name:          recipeName,
 | 
			
		||||
				Name:          recipeMeta.Name,
 | 
			
		||||
				Repository:    recipeMeta.CloneURL,
 | 
			
		||||
				Icon:          recipeMeta.AvatarURL,
 | 
			
		||||
				DefaultBranch: recipeMeta.DefaultBranch,
 | 
			
		||||
				Description:   recipeMeta.Description,
 | 
			
		||||
				Website:       recipeMeta.Website,
 | 
			
		||||
				Versions:      nil, // FIXME: once the new versions work goes down
 | 
			
		||||
				// Versions:      ..., // FIXME: once the new versions work goes down
 | 
			
		||||
				// Category:      ..., // FIXME: once we sort out the machine-readable catalogue interface
 | 
			
		||||
				// Features:      ..., // FIXME: once we figure out the machine-readable catalogue interface
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user