Skip to content

Commit

Permalink
Align Tuxedo function naming
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Apr 30, 2024
1 parent e9018c0 commit 8c12839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function os_support() {
trisquel \
truenas-core \
truenas-scale \
tuxedoos \
tuxedo-os \
ubuntu \
ubuntu-budgie \
ubuntucinnamon \
Expand Down Expand Up @@ -1059,7 +1059,7 @@ function releases_truenas-scale() {
echo 23
}

function releases_tuxedoos() {
function releases_tuxedo-os() {
echo current
}

Expand Down Expand Up @@ -2461,7 +2461,7 @@ function get_truenas-core() {
echo "${URL} ${HASH}"
}

function get_tuxedoos() {
function get_tuxedo-os() {
local ISO=""
local URL=""
local Current=
Expand Down

0 comments on commit 8c12839

Please sign in to comment.