lib/vim-flavor/flavor.rb in vim-flavor-2.2.0 vs lib/vim-flavor/flavor.rb in vim-flavor-2.2.1
- old
+ new
@@ -72,10 +72,10 @@
def fetch()
sh %Q{
{
cd '#{cached_repo_path}' &&
- git fetch origin --tags 'refs/heads/*:refs/remotes/origin/*'
+ git fetch origin --tags '+refs/heads/*:refs/remotes/origin/*'
} 2>&1
}
end
def checkout()