commit f07175a7eb70ecc99c562d045032874f46103adb parent 6e8bd96c92d7cec89fa519b4ed03856f0fb2838e Author: Oliver Lowe <o@olowe.co> Date: Sat, 8 Feb 2025 11:56:35 +1100 bbsnip: always private snippets Diffstat:
| M | bin/bbsnip | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/bbsnip b/bin/bbsnip @@ -36,7 +36,7 @@ then exit 1 fi -curl -s -u $auth $files https://api.bitbucket.org/2.0/snippets/audinate \ +curl -s -u $auth -F is_private=true $files https://api.bitbucket.org/2.0/snippets/audinate \ | sed 's/}/\n/g' \ | tr -d '{}",' \ | sed 's/href//g' \