Skip to content

Commit ccad088

Browse files
authored
Check man1/md5sum.1 present
1 parent b3fdbd9 commit ccad088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
# Check that the utils are present
322322
test -f /tmp/usr/local/bin/tty
323323
# Check that the manpage is present
324-
test -f /tmp/usr/local/share/man/man1/whoami.1
324+
test -f /tmp/usr/local/share/man/man1/md5sum.1
325325
# Check that the completion is present
326326
test -f /tmp/usr/local/share/zsh/site-functions/_install
327327
test -f /tmp/usr/local/share/bash-completion/completions/head

0 commit comments

Comments
 (0)