From 537a177a5e72726fc6d45d6ae116d2d22ad54a8e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 15 Jan 2025 16:50:55 -0500 Subject: [PATCH] fix pbm path --- bin/bin/pbm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/pbm b/bin/bin/pbm index 5c4ec76..6cfc2e7 100755 --- a/bin/bin/pbm +++ b/bin/bin/pbm @@ -3,7 +3,7 @@ pbm() { curl -s https://pinballmap.com/api/v1/locations/$1/machine_details.json \ | jq -r '.machines | .[] | "\(.manufacturer) \(.name)"' \ - > ~/pub/$2.txt + > ~/public_html/pin/$2.txt } pbm 9699 coinslot