Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.4.2-1
timestamp=2024-05-30T19:50Z
pkgver=0.4.3-1
timestamp=2024-05-30T20:02Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
Expand Down
4 changes: 2 additions & 2 deletions package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ check-version() {
cd "$cwd"

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

Expand Down