Skip to content

Commit e2812bb

Browse files
committed
typo 2
1 parent 2912e46 commit e2812bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
sudo apt install -y awscli curl jq
250250
251251
for DIST in trixie; do
252-
aws s3 cp s3://apt.defguard.net/dists/{$DIST}/Release .
252+
aws s3 cp s3://apt.defguard.net/dists/${DIST}/Release .
253253
254254
curl -X POST "${{ secrets.DEFGUARD_SIGNING_URL }}?signature_type=both" \
255255
-H "Authorization: Bearer ${{ secrets.DEFGUARD_SIGNING_API_KEY }}" \

0 commit comments

Comments
 (0)