refactoring changes from sequpgrade (endReturn, ...) and some modernizations
This commit is contained in:
@@ -44,13 +44,13 @@ step_3() {
|
||||
local ecUrl='https://github.com/editorconfig/editorconfig-vim.git'
|
||||
if [ ! -e "$ecDir" ]; then
|
||||
info "Installing editorconfig plugin"
|
||||
exe mkdir -p "$ecDir"
|
||||
exe mkdir -p "$ecDir"
|
||||
exe cd "$ecDir"
|
||||
exe git clone "$ecUrl"
|
||||
else
|
||||
info "Upgrading editorconfig plugin"
|
||||
exe cd "$ecDir"
|
||||
exe git pull
|
||||
exe git pull
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user