summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-30 10:11:38 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-30 11:52:11 +0200
commitf32ba06142fab3285f0104492b1d97ef5c60c38a (patch)
tree0ad90d5af9a0dec27f3ab42cd8b282339631cd53
parentb264cb884a5611c36226bb8070b4dd5d6c4ee688 (diff)
downloadewww-f32ba06142fab3285f0104492b1d97ef5c60c38a.tar.gz
chore: update ewww.md to use vendored runcmd
-rw-r--r--ewww.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ewww.md b/ewww.md
index 1c5780f..e33f5eb 100644
--- a/ewww.md
+++ b/ewww.md
@@ -146,12 +146,12 @@ author: Lars Wirzenius
template: python
bindings:
- subplot/ewww.yaml
- - subplot/runcmd.yaml
+ - subplot/vendored/runcmd.yaml
functions:
- subplot/ewww.py
- subplot/daemon.py
- subplot/http.py
- - subplot/runcmd.py
+ - subplot/vendored/runcmd.py
classes:
- scenario-disabled
...