Browse Source

Remove bash highlight

Tomas Sedovic 7 years ago
parent
commit
d20b0f9009
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/provisioning/openstack/advanced-configuration.md

+ 1 - 1
playbooks/provisioning/openstack/advanced-configuration.md

@@ -107,7 +107,7 @@ Either way, find the `oc` binary and put it in your `PATH`.
 ### Logging in Using the Command Line
 
 
-```bash
+```
 oc login --insecure-skip-tls-verify=true https://master-0.openshift.example.com:8443 -u user -p password
 oc new-project test
 oc new-app --template=cakephp-mysql-example