Skip to content

Commit

Permalink
allow new github host key
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Jan 4, 2024
1 parent 6dd6b2a commit 8fab8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- link:
~/.gitconfig: gitconfig
~/.gitconfig.prefer-ssh:
if: "ssh [email protected] 2>&1 | grep -q 'successfully authenticated'"
if: "ssh [email protected] -o'StrictHostKeyChecking=accept-new' 2>&1 | grep -q 'successfully authenticated'"
path: gitconfig.prefer-ssh
~/.gitignore.global: gitignore.global
~/bin/git-review-pr: bin/git-review-pr
Expand Down

0 comments on commit 8fab8b2

Please sign in to comment.