From 9bc508f4a6a3daa263bb1c9edee187d6f1ea8737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 25 Oct 2024 16:43:20 -0300 Subject: [PATCH] scripts: update pint-fmt --- scripts/pint-fmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pint-fmt b/scripts/pint-fmt index 85ea6cd..4d84c88 100755 --- a/scripts/pint-fmt +++ b/scripts/pint-fmt @@ -1,6 +1,6 @@ #!/bin/sh -file="$(mktemp --tmpdir=/dev/shm).php" +file="$(mktemp)" cat - >"$file" ./vendor/bin/pint --quiet "$file" cat "$file"