Skip to content

Commit

Permalink
fix: source path for host-spawn
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 23, 2024
1 parent 6bfa032 commit 09dfc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:
url: https://github.com/1player/host-spawn/releases/download/v1.6.0/host-spawn-x86_64
checksum: 75159f0d3924a0bd6d230c6414d19ad44609b5a16671db6624681c910f9bb4ff
commands:
- cp /sources/host-spawn-x86_64 /usr/bin/host-spawn
- cp /sources/host-spawn/host-spawn /usr/bin/host-spawn
- chmod +x /usr/bin/host-spawn

- name: cleanup
Expand Down

0 comments on commit 09dfc13

Please sign in to comment.