Fix typo in export_keys script
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
0157190552
commit
759e926f2b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#~/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo ">>> Exporting SSH key <<<"
|
echo ">>> Exporting SSH key <<<"
|
||||||
cat ~/.ssh/id_ed25519.pub
|
cat ~/.ssh/id_ed25519.pub
|
||||||
|
|
Loading…
Reference in a new issue