Skip to content

Commit b01c8a6

Browse files
authored
chore: Adjust syntax
1 parent 4228d7d commit b01c8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/templates/linux-install-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
echo '#!/bin/sh' | sudo tee /usr/bin/mandb >/dev/null
1010
echo 'exit 0' | sudo tee -a /usr/bin/mandb >/dev/null
1111
sudo chmod 755 /usr/bin/mandb
12-
name: Disable man-db
12+
displayName: Disable man-db
1313
1414
- bash: |
1515
sudo apt-get update

0 commit comments

Comments
 (0)