scripts: update pint-fmt
This commit is contained in:
		
							parent
							
								
									a767f8a0a6
								
							
						
					
					
						commit
						569298b04a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
file="$(mktemp --tmpdir=/dev/shm).php"
 | 
					file="$(mktemp)"
 | 
				
			||||||
cat - >"$file"
 | 
					cat - >"$file"
 | 
				
			||||||
./vendor/bin/pint --quiet "$file"
 | 
					./vendor/bin/pint --quiet "$file"
 | 
				
			||||||
cat "$file"
 | 
					cat "$file"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue