There was an error while loading. Please reload this page.
1 parent 2ff2132 commit 6842002Copy full SHA for 6842002
lib/puppet/provider/vcsrepo/git.rb
@@ -702,7 +702,7 @@ def git_ssh_with_identity_ssh_command(*args)
702
703
# @!visiblity private
704
def git_ssh_with_identity_ssh_file(*args)
705
- Tempfile.open('git-helper', Puppet[:statedir]) do |f|
+ Tempfile.open('git-helper') do |f|
706
f.puts '#!/bin/sh'
707
f.puts 'SSH_AUTH_SOCKET='
708
f.puts 'export SSH_AUTH_SOCKET'
0 commit comments