mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-21 14:32:32 -05:00
Remove needless check from add-submodule
This commit is contained in:
parent
a6435e4ddc
commit
39d12e492c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ -z "$1" || -z "$2" ]] && exit 1
|
||||
[[ -z "$2" ]] && exit 1
|
||||
|
||||
git submodule add "$1" "vim/bundle/$2"
|
||||
git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue