mv not cp

This commit is contained in:
James Reynolds 2022-11-28 19:25:38 -07:00 committed by Max Howell
parent 6361e3c164
commit 27c89c9c14

View file

@ -11,7 +11,7 @@ provides:
build:
script: |
mkdir {{ prefix }}/bin
cp prettyping {{ prefix }}/bin/prettyping
mv prettyping {{ prefix }}/bin
test: |
prettyping -c 3 127.0.0.1