From 88873f50fa11b4eb3b4612d1090a01e8bd42c976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Fri, 6 Oct 2023 14:04:15 +0200 Subject: [PATCH] fix --- src/assets/scripts/install-openstack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scripts/install-openstack.sh b/src/assets/scripts/install-openstack.sh index b8b6d62ee3..1fc0fb185d 100755 --- a/src/assets/scripts/install-openstack.sh +++ b/src/assets/scripts/install-openstack.sh @@ -11,4 +11,4 @@ if which openstack &>/dev/null; then exit 0 fi -pip install openstacksdk=1.0.0 python-openstackclient==6.0.0 \ No newline at end of file +pip install openstacksdk==1.0.0 python-openstackclient==6.0.0 \ No newline at end of file