Skip to content

Commit 98133be

Browse files
- Lint fixes.
1 parent 0d79346 commit 98133be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,11 @@ jobs:
509509
| sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
510510
gpg --dry-run --quiet --no-keyring --import --import-options import-show /usr/share/keyrings/nginx-archive-keyring.gpg
511511
echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \
512-
http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" \
512+
http://nginx.org/packages/ubuntu $(lsb_release -cs) nginx" \
513513
| sudo tee /etc/apt/sources.list.d/nginx.list
514514
sudo apt-get update
515515
sudo apt-get install nginx
516-
sudo nginx -c $(pwd)/test/tcp/reverse-proxy/nginx/elegant-sni-proxy.conf
516+
sudo nginx -c "$(pwd)/test/tcp/reverse-proxy/nginx/elegant-sni-proxy.conf"
517517
fi
518518
519519
- name: Install Python dependencies

0 commit comments

Comments
 (0)