Skip to content

Commit 80947c3

Browse files
committed
Fix merge conflicts
1 parent 859dec3 commit 80947c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ for tar_file in $ssh_tars; do
7878
if $(tar -tvf "$tar_file" $key &>/dev/null); then
7979
tar -C $TEMPDIR -xvf "$tar_file" $key &>/dev/null
8080
if $sshkeygen_multiple_hash_formats; then
81-
<<<<<<< HEAD
82-
fingerprint=$(ssh-keygen -l -E md5 -f $TEMPDIR/$key | cut -d ' ' -f 2 | cut -f 2- -d ':')
83-
=======
8481
fingerprint=$(ssh-keygen -l -E md5 -f $TEMPDIR/$key | cut -d ' ' -f 2 | cut -f2- -d':')
85-
>>>>>>> a3fac8e... add support for macOS Sierra ssh-keygen
8682
else
8783
fingerprint=$(ssh-keygen -lf $TEMPDIR/$key | cut -d ' ' -f 2)
8884
fi

0 commit comments

Comments
 (0)