Fix file name.

This commit is contained in:
2025-09-11 00:39:11 +05:30
parent 3a4777c8be
commit 8ce6a6e466

View File

@@ -26,5 +26,5 @@ It is useful for managing server access in organizations where team membership o
Run this as root:
```bash
curl -s https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh | bash
wget https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh && bash sync-github-sshkeys.sh
```