We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81350e3 + da96ae9 commit a948f46Copy full SHA for a948f46
README.md
@@ -41,7 +41,7 @@ Test your changes locally before contributing.
41
The easiest way to test your changes is `make converge`.<br/>
42
`make converge` will:
43
44
-1) Build the executable (iis-driver.exe)<br/>
+1) Build the executable (win_iis.exe)<br/>
45
2) Spin up a vagrant VM (`vagrant up`) if it's not already running.<br/>
46
3) Provision your changes into the VM (`vagrant provision`)<br/>
47
@@ -64,4 +64,4 @@ Cleanup
64
````
65
make clean
66
67
-This will destroy your vagrant VM (along with all your changes) and remove the executable (iis-driver.exe).
+This will destroy your vagrant VM (along with all your changes) and remove the executable (win_iis.exe).
0 commit comments