Skip to content

Commit 79497f3

Browse files
committed
Update
1 parent e20df12 commit 79497f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tandoor-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ STATIC_URL=/staticfiles/
6060
MEDIA_URL=/media/
6161
EOF
6262

63-
TANDOOR_VERSION="$(curl -s https://api.github.com/repos/TandoorRecipes/recipes/releases/latest | jq -r .tag_name)"
63+
TANDOOR_VERSION=$(get_latest_github_release "TandoorRecipes/recipes")
6464
cat <<EOF >/opt/tandoor/cookbook/version_info.py
6565
TANDOOR_VERSION = "$TANDOOR_VERSION"
6666
TANDOOR_REF = "bare-metal"

0 commit comments

Comments
 (0)