Skip to content

Commit 6482703

Browse files
authored
Merge pull request #32 from dvonthenen/fix/bt
Update script
2 parents 30ddd1f + 55b95a6 commit 6482703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bintray-decapitate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEBS="dvdcli-latest-$X86_64.deb"
2727
FILES="$TGZS $RPMS $DEBS"
2828

2929
bintray_delete_latest() {
30-
curl -vvf -u$BINTRAY_USER:$BINTRAY_APIKEY -X DELETE $1/$2 || true
30+
curl -f -u$BINTRAY_USER:$BINTRAY_KEY -X DELETE $1/$2 || true
3131
echo
3232
}
3333

0 commit comments

Comments
 (0)