mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
mv not cp
This commit is contained in:
parent
6361e3c164
commit
27c89c9c14
1 changed files with 1 additions and 1 deletions
|
@ -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