Mercurial > code > home > repos > infra
diff pi-setup/tasks.py @ 288:3af02e24eaf9
minor
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 17:01:13 -0700 |
parents | 957eb07e06e6 |
children | b3acb9fff274 |
line wrap: on
line diff
--- a/pi-setup/tasks.py Sun Apr 21 14:03:04 2024 -0700 +++ b/pi-setup/tasks.py Sun Apr 21 17:01:13 2024 -0700 @@ -17,4 +17,6 @@ @task def iscsi(ctx, hostname): - ctx.run(cmd + f'pdm run -p .. setup_pi.py --iscsi {hostname}', pty=True) \ No newline at end of file + ctx.run(cmd + f'pdm run -p .. setup_pi.py --iscsi {hostname}', pty=True) + +