Skip to content

Commit cd2051d

Browse files
authored
fix example codes in README.md
1 parent 0299bc7 commit cd2051d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ ProxmoxMachine controller follows the [typical infra-machine logic](https://clus
106106

107107
### Testing
108108
#### Unit Testing
109-
```
109+
```sh
110110
make unit-test
111111
```
112112

113113
#### Unit and Integration Testing
114-
```
114+
```sh
115115
export PROXMOX_URL=https://X.X.X.X:8006/api2/json
116116
export PROXMOX_PASSWORD=password
117117
export PROXMOX_USER=user@pam
@@ -120,7 +120,7 @@ make test
120120
```
121121

122122
#### E2E Testing
123-
```
123+
```sh
124124
export CONTROLPLANE_HOST=X.X.X.X
125125
export PROXMOX_URL=https://X.X.X.X:8006/api2/json
126126
export PROXMOX_PASSWORD=password

0 commit comments

Comments
 (0)