diff options
author | Alan Pearce | 2024-04-21 22:39:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 22:39:09 +0200 |
commit | 1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb (patch) | |
tree | 8d46398fe1f5caaf1cc789368e6a76e9144a976e /justfile | |
parent | 39adffb21f20fd5590f188af8f4221dfd01a29e1 (diff) | |
download | website-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.tar.lz website-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.tar.zst website-1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb.zip |
fix error in justfile
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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) |