Skip to content

Commit

Permalink
just: use nunki as name in demodir recipe (#108)
Browse files Browse the repository at this point in the history
The binary was renamed in b71980e.
  • Loading branch information
burgerdev authored Jan 30, 2024
1 parent 871b8b8 commit 045dd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ demodir:
d=$(mktemp -d)
echo "Creating demo directory at ${d}"
nix build .#nunki.cli
cp ./result-cli/bin/cli "${d}/nunki"
cp ./result-cli/bin/nunki "${d}/nunki"
cp -R ./deployments/emojivoto "${d}/deployment"
nix run .#patch-nunki-image-hashes -- "${d}/deployment"
nix run .#kypatch images -- "${d}/deployment" \
Expand Down

0 comments on commit 045dd21

Please sign in to comment.