Skip to content

Commit 6ab35e4

Browse files
authored
fix: fix typo
1 parent f9c60c7 commit 6ab35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-ssm-ssh-proxy-command.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ aws ssm send-command `
3838
3939
sleep 10
4040
41-
(grep -v -F \\\"\${authorized_key}\\\" authorized_keys || true) > authorized_keys~
41+
(grep -v -F \\\"`$authorized_key\\\" authorized_keys || true) > authorized_keys~
4242
mv authorized_keys~ authorized_keys
4343
\"
4444
"@

0 commit comments

Comments
 (0)