Skip to content

Commit 6c39848

Browse files
committed
Fix installation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 997dfca commit 6c39848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pull

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ vendor() {
6363
# Swap
6464
log "Moving $4/$1 to $VENDOR/$1"
6565
rm -rf "$VENDOR/${1:?}"
66+
mkdir -p "$VENDOR"
6667
mv "$4/$1" "$VENDOR/$1"
6768
}
6869

0 commit comments

Comments
 (0)