We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997dfca commit 6c39848Copy full SHA for 6c39848
1 file changed
pull
@@ -63,6 +63,7 @@ vendor() {
63
# Swap
64
log "Moving $4/$1 to $VENDOR/$1"
65
rm -rf "$VENDOR/${1:?}"
66
+ mkdir -p "$VENDOR"
67
mv "$4/$1" "$VENDOR/$1"
68
}
69
0 commit comments