forked from toolshed/abra
		
	fix: format output correctly
This commit is contained in:
		@ -139,7 +139,7 @@ func LoadAppFiles(servers ...string) (AppFiles, error) {
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	logrus.Debugf("collecting metadata from '%v' servers: '%s'", len(servers), servers)
 | 
			
		||||
	logrus.Debugf("collecting metadata from '%v' servers: '%s'", len(servers), strings.Join(servers, ", "))
 | 
			
		||||
 | 
			
		||||
	for _, server := range servers {
 | 
			
		||||
		serverDir := path.Join(ABRA_SERVER_FOLDER, server)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user