about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 22:39:09 +0200
committerAlan Pearce2024-04-21 22:39:09 +0200
commit1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb (patch)
tree8d46398fe1f5caaf1cc789368e6a76e9144a976e
parent39adffb21f20fd5590f188af8f4221dfd01a29e1 (diff)
downloadwebsite-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.tar.lz
website-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.tar.zst
website-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.zip
fix error in justfile
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 93688c8..60d7d94 100755
--- a/justfile
+++ b/justfile
@@ -35,7 +35,7 @@ docker-image system=(arch() + "-linux"):
     nix build .#docker-image-{{ system }}
 
 docker-stream-fly:
-    just docker-stream fly-system
+    just docker-stream {{ fly-system }}
 
 docker-image-fly: (docker-image fly-system)