Skip to content

Commit be60ddd

Browse files
authored
Fix upper case LOG in toltecctl (#873)
The function should be `log()`, not `LOG`.
1 parent 59fcb7e commit be60ddd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package/toltec-bootstrap/package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
pkgnames=(toltec-bootstrap)
66
pkgdesc="Manage your Toltec install"
77
url=https://toltec-dev.org/
8-
pkgver=0.4.2-1
9-
timestamp=2024-05-30T19:50Z
8+
pkgver=0.4.3-1
9+
timestamp=2024-05-30T20:02Z
1010
section="utils"
1111
maintainer="Eeems <[email protected]>"
1212
license=MIT

package/toltec-bootstrap/toltecctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ check-version() {
156156
cd "$cwd"
157157

158158
if ! grep -q "${current_model}=${current_version}" "${toltec_share}/Compatibility"; then
159-
LOG ERROR "You’re running an unsupported OS version: $current_version"
160-
LOG ERROR "Please monitor Toltec releases for upcoming support"
159+
log ERROR "You’re running an unsupported OS version: $current_version"
160+
log ERROR "Please monitor Toltec releases for upcoming support"
161161
return 1
162162
fi
163163

0 commit comments

Comments
 (0)