commit f07175a7eb70ecc99c562d045032874f46103adb from: Oliver Lowe date: Sat Feb 08 00:56:35 2025 UTC bbsnip: always private snippets commit - 6e8bd96c92d7cec89fa519b4ed03856f0fb2838e commit + f07175a7eb70ecc99c562d045032874f46103adb blob - 8b118545a32eda60c1630f61a343f196e1e86f0c blob + 7b8c2636e0799b787f636d4ceb4000dc408d04bf --- bin/bbsnip +++ 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' \