Skip to content

Commit

Permalink
[uboot-asahi] ...typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Dec 4, 2024
1 parent 3a0080d commit 1d2e4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alarmcn/uboot-asahi/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def pre_build():
elif line.startswith('_asahirel='):
line = f'_asahirel={rel}'
print(line)
update_pkgver_and_pkgrel(f'{_ver}.asahi{_rel}')
update_pkgver_and_pkgrel(f'{ver}.asahi{rel}')

0 comments on commit 1d2e4bf

Please sign in to comment.