mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	bash completion: use correct yml suffix
This commit is contained in:
		
							parent
							
								
									87018d45e2
								
							
						
					
					
						commit
						9270e68fe2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -35,7 +35,7 @@ __by_ext() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
__package() {
 | 
			
		||||
	files="$(__by_ext txt) $(__by_ext yaml) $(__by_ext json) $(__by_ext xml)"
 | 
			
		||||
	files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json) $(__by_ext xml)"
 | 
			
		||||
	COMPREPLY=( $( compgen -W "$files" -- $cur ) )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue