Skip to content

Commit 7d53b72

Browse files
fix(trivy): fix shfmt formatting in install-universal.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 490b1d5 commit 7d53b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-universal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353

5454
curl -fsSL https://get.trivy.dev/deb/public.key | gpg --dearmor -o /usr/share/keyrings/trivy.gpg
5555
echo "deb [signed-by=/usr/share/keyrings/trivy.gpg] https://get.trivy.dev/deb generic main" \
56-
> /etc/apt/sources.list.d/trivy.list
56+
>/etc/apt/sources.list.d/trivy.list
5757
apt-get update -qq
5858
apt-get install -y --no-install-recommends trivy
5959
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)