Skip to content

Commit

Permalink
release-upload: remove uneeded decode which blows up
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Jun 30, 2019
1 parent fcd46ba commit 7068228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-upload
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7068228

Please sign in to comment.