summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-01-18 14:47:42 +0800
committerJeremy Kerr <jk@ozlabs.org>2016-01-18 14:47:42 +0800
commit0443176b1cd9e9e3ca02dba02ae206c849cc3dca (patch)
tree733ec26f375a833020fec2e1d154ac5675f2a918
parent2c10dec9317beb03bcf41d0d7e8c4a6c86637a55 (diff)
parenta91308a902b0d647ea9663e3b26545b72cee49de (diff)
downloadopenbmc-docs-0443176b1cd9e9e3ca02dba02ae206c849cc3dca.tar.gz
openbmc-docs-0443176b1cd9e9e3ca02dba02ae206c849cc3dca.zip
Merge pull request #13 from shenki/master
cheatsheet: Fix misspelling of TEMPLATECONF
-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