Fix some typing errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
usage() {
|
usage() {
|
||||||
cat << EOT
|
cat << EOT
|
||||||
Usage:
|
Usage:
|
||||||
./${0##*/} list|update|clone|save
|
./${0##*/} ls|update|clone|save
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
ls -> List all the bundle repos
|
ls -> List all the bundle repos
|
||||||
@@ -32,7 +32,7 @@ repos() {
|
|||||||
|
|
||||||
clone_bundles() {
|
clone_bundles() {
|
||||||
# Clone the bundles in 'bundles.txt'
|
# Clone the bundles in 'bundles.txt'
|
||||||
locals dn repo
|
local dn repo
|
||||||
while read -r dn repo ; do
|
while read -r dn repo ; do
|
||||||
if [[ -d "$dn" ]]; then
|
if [[ -d "$dn" ]]; then
|
||||||
echo "*** Dir [red][$dn][reset] already exists!" | colors
|
echo "*** Dir [red][$dn][reset] already exists!" | colors
|
||||||
|
|||||||
Reference in New Issue
Block a user