lib/pwn/plugins/github.rb in pwn-0.4.502 vs lib/pwn/plugins/github.rb in pwn-0.4.503

- old
+ new

@@ -93,10 +93,14 @@ clone_dir = gist_hash[:id] clone_uri = gist_hash[:git_pull_url] next if Dir.exist?(clone_dir) print "Cloning: #{clone_uri}..." - system('git', 'clone', clone_uri) + system( + 'git', + 'clone', + clone_uri + ) puts 'complete.' end page += 1 end