summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-27 19:44:20 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-27 19:44:20 +0200
commitc806df7e75e3eb28fa82d8c39239c708eb411124 (patch)
tree9c3c16cf7313c3da55f90059e39a4cb0e9af28f0
parent8d00d6e452638cbb5418887d0057b95d777a8fa0 (diff)
downloadobnam2-c806df7e75e3eb28fa82d8c39239c708eb411124.tar.gz
fix: subplot to work with current Subplot
Subplot has made backwards-incompatible changes to how step functions are specified. Upgrade obnam.md to use the new way to work with current Subplot. Sponsored-by: author
-rw-r--r--obnam.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/obnam.md b/obnam.md
index 6a84f0b..92e6ad0 100644
--- a/obnam.md
+++ b/obnam.md
@@ -8,8 +8,8 @@ bindings:
- subplot/data.yaml
- lib/files.yaml
- lib/runcmd.yaml
-template: python
-functions:
+impls:
+ python:
- subplot/server.py
- subplot/client.py
- subplot/data.py