keyringctl: use python3 in shebang

Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
Morten Linderud 2022-06-06 11:51:36 +02:00
parent c173a8b009
commit 02e137e933
No known key found for this signature in database
GPG Key ID: 9C02FF419FECBE16

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# SPDX-License-Identifier: GPL-3.0-or-later