mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 02:28:51 +01:00 
			
		
		
		
	refactor: single - for passing options
This commit is contained in:
		
							parent
							
								
									4df4f6d3a4
								
							
						
					
					
						commit
						17720868c5
					
				@ -8,7 +8,7 @@ pre-commit:
 | 
				
			|||||||
    - name: sort cdns
 | 
					    - name: sort cdns
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        for f in {all_files}; do
 | 
					        for f in {all_files}; do
 | 
				
			||||||
          sort -u -o ${f} ${f}
 | 
					          sort -uo ${f} ${f}
 | 
				
			||||||
        done
 | 
					        done
 | 
				
			||||||
      env:
 | 
					      env:
 | 
				
			||||||
        LC_ALL: C
 | 
					        LC_ALL: C
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user