From 554c4111a69dda8b2903960cc79b2b487b7feda4 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 3 Oct 2019 09:54:57 +0200 Subject: [PATCH] Corrected clone repo command --- bootstrap_centos7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index 0367323..aeb77e5 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -42,4 +42,4 @@ ${USER} ALL = (ALL) NOPASSWD: ALL EOF sudo mv /tmp/${USER}.sudo /etc/sudoers.d/ -git clone clone https://opendev.org/openstack/devstack +git clone https://opendev.org/openstack/devstack