Skip to content

Commit bab9898

Browse files
committed
fix ci
1 parent 2cdb3ce commit bab9898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ubuntu-install-swift.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ sudo chmod a+r /etc/apt/keyrings/docker.asc
5353

5454
# Add the repository to Apt sources:
5555
# shellcheck source=/etc/os-release
56+
# shellcheck disable=SC1091
5657
. /etc/os-release
5758
echo \
5859
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
59-
"$VERSION_CODENAME" stable" | \
60+
$VERSION_CODENAME stable" | \
6061
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
6162
sudo apt-get update
6263

0 commit comments

Comments
 (0)