From c81b7627653e161214663b33d2be8fce42d06648 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 5 May 2023 08:40:17 +0200 Subject: [PATCH] annotations: use python3 in the shebang Make sure to not depend on python-is-python3 and explicitly use python3 for the main script. Signed-off-by: Andrea Righi --- annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotations b/annotations index ea6bc9b..86d8586 100755 --- a/annotations +++ b/annotations @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- mode: python -*- # Manage Ubuntu kernel .config and annotations # Copyright © 2022 Canonical Ltd. -- 2.31.1