summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-01-18 17:15:20 +1030
committerJoel Stanley <joel@jms.id.au>2016-01-18 17:16:10 +1030
commita91308a902b0d647ea9663e3b26545b72cee49de (patch)
tree733ec26f375a833020fec2e1d154ac5675f2a918
parent2c10dec9317beb03bcf41d0d7e8c4a6c86637a55 (diff)
downloadopenbmc-docs-a91308a902b0d647ea9663e3b26545b72cee49de.tar.gz
openbmc-docs-a91308a902b0d647ea9663e3b26545b72cee49de.zip
cheatsheet: Fix misspelling of TEMPLATECONF
The existing hint would not work, as the tool expects the variable to be called TEMPLATECONF not TEMPLATE_CONF. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index 530f6c0..2f9fc15 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -50,7 +50,7 @@ You can reconfigure your build by removing the build/conf dir:
```
rm -rf build/conf
```
-and running `oe-init-build-env` again (possibly with `TEMPLATE_CONF` set).
+and running `oe-init-build-env` again (possibly with `TEMPLATECONF` set).
## Useful dbus CLI tools
OpenPOWER on IntegriCloud