mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
mv not cp
This commit is contained in:
parent
6361e3c164
commit
27c89c9c14
|
@ -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
|
Loading…
Reference in a new issue