We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac96ab7 + a6ab979 commit 330a177Copy full SHA for 330a177
lib/libs/git_hosting.rb
@@ -229,7 +229,7 @@ def self.file_exists?(filename)
229
230
231
def self.gitolite_version
232
- stdin, stdout, stderr = Open3.popen3("#{GitHosting.gitolite_ssh} #{GitHosting.git_user}@localhost")
+ stdin, stdout, stderr = Open3.popen3("#{GitHosting.gitolite_ssh} #{GitHosting.git_user}@localhost info")
233
234
if !stderr.readlines.blank?
235
return -1
@@ -249,7 +249,7 @@ def self.gitolite_version
249
250
251
def self.gitolite_version_output
252
253
254
errors = stderr.readlines
255
if !errors.blank?
0 commit comments