summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-20 01:50:07 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-20 01:50:07 +0100
commit88bd71be37117ab940d0998428f89eb9e379e7d0 (patch)
treeaf29ccf5ca5fdbfb7d8a4fb6db359ead549eff80 /bin
parenta0d5a2c353a66b727e4e90646203e743827294f0 (diff)
downloaddeployment-88bd71be37117ab940d0998428f89eb9e379e7d0.tar.gz
deployment-88bd71be37117ab940d0998428f89eb9e379e7d0.tar.bz2
deployment-88bd71be37117ab940d0998428f89eb9e379e7d0.zip
typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index c9397a9..a71a68e 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -469,7 +469,7 @@ def switch_demo(color) -> None:
active_home.symlink_to(f"/home/demo-{color}")
-def checkout_repos(r):
+def checkout_repos(repos):
"""Check out repos to the version specified in envcfg.py"""
home = Path.home()
sources = home / "sources"