Skip to content

Commit

Permalink
Remove quotes around key to allow shell expansion (ordinals#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 3, 2024
1 parent 6857bfb commit 354e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install-personal-key key='~/.ssh/id_ed25519.pub':
#!/usr/bin/env bash
set -euxo pipefail
for server in alpha balance regtest signet stability testnet; do
ssh-copy-id -i '{{ key }}' root@$server.ordinals.net
ssh-copy-id -i {{ key }} root@$server.ordinals.net
done

log unit='ord' domain='alpha.ordinals.net':
Expand Down

0 comments on commit 354e65c

Please sign in to comment.