From 70682288c4c0efb3cc1cc11a4c6f6b0fe15292f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 30 Jun 2019 00:00:00 +0000 Subject: [PATCH] release-upload: remove uneeded decode which blows up --- release-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-upload b/release-upload index 30a9843..85461ca 100755 --- a/release-upload +++ b/release-upload @@ -23,7 +23,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#release-upload 'describe', '--exact-match', '--tags' - ]).decode().rstrip() + ]).rstrip() upload_path = self.env['release_zip_file'] # Check the release already exists.