Mercurial > code > home > repos > infra
diff tasks.py @ 145:ee0384eebee5
minor
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 11:22:48 -0800 |
parents | 105b628e3bfa |
children | ae13e608b105 |
line wrap: on
line diff
--- a/tasks.py Sun Feb 19 21:35:22 2023 -0800 +++ b/tasks.py Sat Mar 11 11:22:48 2023 -0800 @@ -18,10 +18,10 @@ def ssh(ctx): _run(ctx, 'ssh.py') @task -def system(ctx): _run(ctx, ' system.py') +def system(ctx): _run(ctx, 'system.py') @task -def packages(ctx): _run(ctx, ' packages.py') +def packages(ctx): _run(ctx, 'packages.py') @task def net(ctx): _run(ctx, 'net.py')