lib/synvert/snippet.rb in synvert-0.18.2 vs lib/synvert/snippet.rb in synvert-0.18.3

- old
+ new

@@ -20,10 +20,10 @@ def sync if File.exist?(@snippets_path) FileUtils.cd @snippets_path Kernel.system('git checkout .; git pull --rebase') else - Kernel.system("git clone https://github.com/xinminlabs/synvert-snippets.git #{@snippets_path}") + Kernel.system("git clone https://github.com/xinminlabs/synvert-snippets-ruby.git #{@snippets_path}") end end end end