mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(prettyping)
This commit is contained in:
parent
37425ba158
commit
492398fe88
|
@ -10,7 +10,7 @@ provides:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
mkdir {{ prefix }}/bin
|
mkdir -p "{{ prefix }}/bin"
|
||||||
mv prettyping {{ prefix }}/bin
|
mv prettyping {{ prefix }}/bin
|
||||||
|
|
||||||
test: |
|
test: |
|
||||||
|
|
Loading…
Reference in a new issue