aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/debugging.md
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-25 16:36:29 -0700
committerGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-25 16:36:29 -0700
commita95b41b0b311d559c2f984f3ebee533572303d13 (patch)
treeadf3d3291205544e3f14947b356feea682a820f1 /docs/debugging.md
parent2d2a0629c95a1d3f5688f8026b8a4ab6b7d22615 (diff)
replacing library with target
Diffstat (limited to 'docs/debugging.md')
-rw-r--r--docs/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/debugging.md b/docs/debugging.md
index 4c09c3d5..ab970bb6 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -4,7 +4,7 @@ While developing your build script, it may be useful to run bash within the
container:
```bash
-$ python infra/helper.py shell $LIB_NAME # runs /bin/bash within container
+$ python infra/helper.py shell $TARGET_NAME # runs /bin/bash within container
$ compile # run compilation manually
```