Skip to content

Commit 4a07e7b

Browse files
committed
x
1 parent 294d76a commit 4a07e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
2+
cat ~/.ssh/known_hosts
33
if [[ ! -s ~/.ssh/known_hosts ]]; then
44
echo "::error file=$(basename "$0"),line=${LINENO},endLine=${LINENO},title=Assertion Error::\
55
~/.ssh/known_hosts is missing or empty."

0 commit comments

Comments
 (0)