summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rwxr-xr-xchip/push2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/push b/chip/push
index 48a7cc4..96cc893 100755
--- a/chip/push
+++ b/chip/push
@@ -24,7 +24,7 @@ subprocess.run(["nix-build", "-A", f"depo.{args.depo}",
"--out-link", out])
print("bilt")
-
+# get roun
p = subprocess.run(["chip/roun", args.depo, "-i"],
stdout=subprocess.PIPE)
ip = p.stdout.decode()