From 4deac7bd8d2682abb37d8c53a08c002372f685a3 Mon Sep 17 00:00:00 2001 From: terencecho <3916587+terencecho@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:20:27 -0700 Subject: [PATCH] Update version in octavia-cli install script --- octavia-cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia-cli/install.sh b/octavia-cli/install.sh index 472ad316762b..35712e302952 100755 --- a/octavia-cli/install.sh +++ b/octavia-cli/install.sh @@ -3,7 +3,7 @@ # This install scripts currently only works for ZSH and Bash profiles. # It creates an octavia alias in your profile bound to a docker run command and your current user. -VERSION=0.44.12 +VERSION=0.44.4 OCTAVIA_ENV_FILE=${HOME}/.octavia detect_profile() {