A curated list of libraries & SDKs for the Bluesky API and AT Protocol

do git pull without printing logs

+1 -1
+1 -1
lib/tangled_import.rb
··· 61 61 62 62 if Dir.exist?(repo_folder) 63 63 Dir.chdir(repo_folder) do 64 - system('git pull') 64 + system('git pull -q') 65 65 end 66 66 else 67 67 Dir.chdir(repos_cache) do