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