Skip to content

Commit 457a035

Browse files
committed
Upda
1 parent 79497f3 commit 457a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/tandoor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function update_script() {
5555
cd /opt/tandoor/vue3
5656
$STD yarn install
5757
$STD yarn build
58-
TANDOOR_VERSION="$(curl -fsSL https://api.github.com/repos/TandoorRecipes/recipes/releases/latest | jq -r .tag_name)"
58+
TANDOOR_VERSION=$(get_latest_github_release "TandoorRecipes/recipes")
5959
cat <<EOF >/opt/tandoor/cookbook/version_info.py
6060
TANDOOR_VERSION = "$TANDOOR_VERSION"
6161
TANDOOR_REF = "bare-metal"

0 commit comments

Comments
 (0)