Skip to content

Commit

Permalink
Fix #502 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and Nicolas Rodriguez committed Aug 28, 2015
1 parent c3ebfb9 commit 66416b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine/scm/adapters/xitolite_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def repo_path


def git_args
['-c', 'core.quotepath=false', '-c', 'log.decorate=no'] if self.class.client_version_above?([1, 7, 2])
self.class.client_version_above?([1, 7, 2]) ? ['-c', 'core.quotepath=false', '-c', 'log.decorate=no'] : []
end


Expand Down

0 comments on commit 66416b0

Please sign in to comment.