We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fdbd9 commit ccad088Copy full SHA for ccad088
.github/workflows/CICD.yml
@@ -321,7 +321,7 @@ jobs:
321
# Check that the utils are present
322
test -f /tmp/usr/local/bin/tty
323
# Check that the manpage is present
324
- test -f /tmp/usr/local/share/man/man1/whoami.1
+ test -f /tmp/usr/local/share/man/man1/md5sum.1
325
# Check that the completion is present
326
test -f /tmp/usr/local/share/zsh/site-functions/_install
327
test -f /tmp/usr/local/share/bash-completion/completions/head
0 commit comments