Skip to content

Commit f14144f

Browse files
committed
README.md: Remove --enable-debug option for masterfiles
There is no `--enable-debug` options for the configure script in masterfiles. ``` ./autogen.sh --enable-debug ---snip--- configure: WARNING: unrecognized options: --enable-debug ``` Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent ef12f54 commit f14144f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Configure the Masterfiles Policy Framework:
177177

178178
```
179179
cd ../masterfiles
180-
./autogen.sh --enable-debug
180+
./autogen.sh
181181
```
182182

183183
### Installing CFEngine Community on a test machine

0 commit comments

Comments
 (0)