File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $ vagrant up
8787In case you want to see `stdout` output of the commands running in the background:
8888
8989```shell
90- $ DEBUG =true vagrant up
90+ $ HOSTKEEPER_DEBUG =true vagrant up
9191```
9292
9393#### Recompile assets/node modules/bower components
@@ -101,7 +101,7 @@ $ vagrant provision
101101Again, in case you want to see `stdout` output of the commands running in the background:
102102
103103```shell
104- $ DEBUG =true vagrant up
104+ $ HOSTKEEPER_DEBUG =true vagrant up
105105```
106106
107107#### Remove virtual machine
Original file line number Diff line number Diff line change 11# Debug mode?
2- debugMode = ENV [ 'DEBUG ' ]
2+ debugMode = ENV [ 'HOSTKEEPER_DEBUG ' ]
33
44# Check if debug mode and set variable with string
55if debugMode
You can’t perform that action at this time.
0 commit comments