diff options
| author | Jeremy Kerr <jk@ozlabs.org> | 2016-01-18 14:47:42 +0800 |
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2016-01-18 14:47:42 +0800 |
| commit | 0443176b1cd9e9e3ca02dba02ae206c849cc3dca (patch) | |
| tree | 733ec26f375a833020fec2e1d154ac5675f2a918 | |
| parent | 2c10dec9317beb03bcf41d0d7e8c4a6c86637a55 (diff) | |
| parent | a91308a902b0d647ea9663e3b26545b72cee49de (diff) | |
| download | openbmc-docs-0443176b1cd9e9e3ca02dba02ae206c849cc3dca.tar.gz openbmc-docs-0443176b1cd9e9e3ca02dba02ae206c849cc3dca.zip | |
Merge pull request #13 from shenki/master
cheatsheet: Fix misspelling of TEMPLATECONF
| -rw-r--r-- | cheatsheet.md | 2 |
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 |

