Skip to content

Commit d5814cf

Browse files
authored
Merge pull request #182 from stackhpc/beokay-branch
Clone default branch of beokay
2 parents cba348d + 4b3d57a commit d5814cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ already logged in (e.g. ``ssh rocky@<ip>``, or ``ssh ubuntu@<ip>``).
106106
cd
107107
108108
# Clone Beokay.
109-
git clone https://github.com/stackhpc/beokay.git -b master
109+
git clone https://github.com/stackhpc/beokay.git
110110
111111
# Use Beokay to bootstrap your control host.
112112
[[ -d deployment ]] || beokay/beokay.py create --base-path ~/deployment --kayobe-repo https://opendev.org/openstack/kayobe.git --kayobe-branch master --kayobe-config-repo https://github.com/stackhpc/a-universe-from-nothing.git --kayobe-config-branch master

a-universe-from-nothing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo 'Defaults !fqdn' | sudo tee /etc/sudoers.d/no-fqdn
3434
cd
3535

3636
# Clone Beokay.
37-
[[ -d beokay ]] || git clone https://github.com/stackhpc/beokay.git -b master
37+
[[ -d beokay ]] || git clone https://github.com/stackhpc/beokay.git
3838

3939
# Use Beokay to bootstrap your control host.
4040
if $(which dnf 2>/dev/null >/dev/null); then

0 commit comments

Comments
 (0)