Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Aug 22, 2024
1 parent f9c60c7 commit 6ab35e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ssm-ssh-proxy-command.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aws ssm send-command `
sleep 10
(grep -v -F \\\"\${authorized_key}\\\" authorized_keys || true) > authorized_keys~
(grep -v -F \\\"`$authorized_key\\\" authorized_keys || true) > authorized_keys~
mv authorized_keys~ authorized_keys
\"
"@
Expand Down

0 comments on commit 6ab35e4

Please sign in to comment.