mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +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:
|
build:
|
||||||
script: |
|
script: |
|
||||||
mkdir {{ prefix }}/bin
|
mkdir {{ prefix }}/bin
|
||||||
cp prettyping {{ prefix }}/bin/prettyping
|
mv prettyping {{ prefix }}/bin
|
||||||
|
|
||||||
test: |
|
test: |
|
||||||
prettyping -c 3 127.0.0.1
|
prettyping -c 3 127.0.0.1
|
Loading…
Reference in a new issue