Skip to content

Commit 136b886

Browse files
Fix indent
1 parent 24a6c23 commit 136b886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bastion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
5151
fi
5252
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
5353
sudo yum install -y terraform
54-
sudo python3 -m pip install oci-cli --upgrade
54+
sudo python3 -m pip install oci-cli --upgrade
5555

5656

5757
elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then

0 commit comments

Comments
 (0)