🐛 ssh_known_dupes: use python3 interpreter

This commit is contained in:
neingeist 2023-01-06 13:19:29 +01:00
parent c540423ba3
commit 109fc110c1

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# Find duplicate keys in ~/.ssh/known_hosts
#
# Of course, we should have been more careful in the first place :)