Skip to content

Commit a30ed3d

Browse files
authored
Merge pull request #262 from github/bevns/ghe-detect-leaked-ssh-keys
Add "* No leaked keys found"
2 parents 83a022c + e9faf64 commit a30ed3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

share/github-backup-utils/ghe-detect-leaked-ssh-keys

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ if $leaked_keys_found; then
124124
echo "* (An upgrade may be required)"
125125
echo
126126
fi
127+
else
128+
echo "* No leaked keys found"
127129
fi
128130

129131
# Cleanup temp dir

0 commit comments

Comments
 (0)