Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jun 3, 2022
1 parent 58cf50a commit 5c2f3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone/scripts/create-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
pkgrel = None

for i in file.read().splitlines():
if i.startswith("\tpkgver"):
if i.startswith("pkgver"):
pkgver = i
elif i.startswith("\tpkgrel"):
elif i.startswith("pkgrel"):
pkgrel = i

missing_var = False
Expand Down

0 comments on commit 5c2f3cc

Please sign in to comment.